Shades of Heliotrope #D44DFB
Tints of Heliotrope #D44DFB
RGB
CMYK
RGB Variations
Color information
#D44DFB (or 0xD44DFB) is known color: Heliotrope. HEX triplet: D4, 4D and FB. RGB value is (212,77,251). Sum of RGB (Red+Green+Blue) = 212+77+251=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #D44DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DFB is #2BB204. Grayscale: #888888. Windows color (decimal): -2863621 or 16469460. OLE color: 16469460.
HSL color Cylindrical-coordinate representation of color #D44DFB: hue angle of 286.55º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44DFB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 77 | 251 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.02 |
| HSL | 286.55º | 0.96% | 0.64% | - |
| HSV(B) | 286.55º | 0.69% | 0.98% | - |
| XYZ | 47.22 | 26.27 | 93.85 | - |
| YUV | 137.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 251 | 0.16 | 0.69 | 0 | 0.02 | 286.55 | 0.96 | 0.64 |
| Hex | D4 | 4D | FB | 10 | 45 | 0 | 2 | 11F | 60 | 40 |
| Octal | 324 | 115 | 373 | 20 | 105 | 0 | 2 | 437 | 140 | 100 |
| Binary | 11010100 | 1001101 | 11111011 | 10000 | 1000101 | 0 | 10 | 100011111 | 1100000 | 1000000 |
Color Harmonies of #D44DFB
Complementary color
Monochromatic Colors of #D44DFB
Black with #D44DFB
Text Example
Text Example
White with #D44DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DFB; }
p { color: rgb(212,77,251); }
H1.HeaderClassName
{
color: #D44DFB;
}
.AnyTagClassName
{
color: #D44DFB;
}
</style>
background-color css
<style>
a { background-color: #D44DFB; }
a { background-color: rgb(212,77,251); }
div.DivClassName
{
background-color: #D44DFB;
}
.BgClassName
{
background-color: #D44DFB;
}
</style>
border-color css
<style>
span { border-color: #D44DFB; }
span { border-color: rgb(212,77,251); }
td.TdClassName
{
border-color: #D44DFB;
}
.TagClassName
{
border-color: #D44DFB;
}
</style>