strong magenta/strong fuchsia
#ff44d0 color RGB value is (255,68,208)
#ff44d0 color CMYK value
#ff44d0 color HSL value
HSV(or HSB) | 315.1° | 73.3 | 100 |
XYZ | 54.692 | 29.948 | 62.573 |
Yxy | 0.372 | 0.203 | 29.948 |
LAB | 61.61 | 81.354 | -32.47 |
LUV | 61.61 | 94.884 | -62.976 |
Hunter-LAB | 54.725 | 82.624 | -29.485 |
CIE-LCH | 61.61 | 87.594 | 338.242 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 44 | D0 |
Decimal | 255 | 68 | 208 |
Octal | 377 | 104 | 320 |
Binary | 11111111 | 01000100 | 11010000 |
Below, you can see some colors close to #ff44d0. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff44d0.
<span style="color:#ff44d0">Text here</span>
This paragraph has a background color of #ff44d0.
<p style="background-color:#ff44d0;">Content here</p>
This element has a border color of #ff44d0.
<div style="border:1px #ff44d0;">Content here</div>
.text {color:#ff44d0;}
.background {background-color:#ff44d0;}
.border {border:1px solid #ff44d0;}
.text-shadow {border:1px solid #ff44d0;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #040003 is the darkest color, while #ffeefb is the lightest one.