Shades of Heliotrope #D24DFE
Tints of Heliotrope #D24DFE
RGB
CMYK
RGB Variations
Color information
#D24DFE (or 0xD24DFE) is known color: Heliotrope. HEX triplet: D2, 4D and FE. RGB value is (210,77,254). Sum of RGB (Red+Green+Blue) = 210+77+254=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #D24DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24DFE is #2DB201. Grayscale: #888888. Windows color (decimal): -2994690 or 16666066. OLE color: 16666066.
HSL color Cylindrical-coordinate representation of color #D24DFE: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24DFE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 77 | 254 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.00 |
| HSL | 285.08º | 0.99% | 0.65% | - |
| HSV(B) | 285.08º | 0.7% | 1% | - |
| XYZ | 47.12 | 26.17 | 96.33 | - |
| YUV | 136.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 254 | 0.17 | 0.70 | 0 | 0.00 | 285.08 | 0.99 | 0.65 |
| Hex | D2 | 4D | FE | 11 | 46 | 0 | 0 | 11D | 63 | 41 |
| Octal | 322 | 115 | 376 | 21 | 106 | 0 | 0 | 435 | 143 | 101 |
| Binary | 11010010 | 1001101 | 11111110 | 10001 | 1000110 | 0 | 0 | 100011101 | 1100011 | 1000001 |
Color Harmonies of #D24DFE
Complementary color
Monochromatic Colors of #D24DFE
Black with #D24DFE
Text Example
Text Example
White with #D24DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DFE; }
p { color: rgb(210,77,254); }
H1.HeaderClassName
{
color: #D24DFE;
}
.AnyTagClassName
{
color: #D24DFE;
}
</style>
background-color css
<style>
a { background-color: #D24DFE; }
a { background-color: rgb(210,77,254); }
div.DivClassName
{
background-color: #D24DFE;
}
.BgClassName
{
background-color: #D24DFE;
}
</style>
border-color css
<style>
span { border-color: #D24DFE; }
span { border-color: rgb(210,77,254); }
td.TdClassName
{
border-color: #D24DFE;
}
.TagClassName
{
border-color: #D24DFE;
}
</style>