Shades of Heliotrope #D24EF9
Tints of Heliotrope #D24EF9
RGB
CMYK
RGB Variations
Color information
#D24EF9 (or 0xD24EF9) is known color: Heliotrope. HEX triplet: D2, 4E and F9. RGB value is (210,78,249). Sum of RGB (Red+Green+Blue) = 210+78+249=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #D24EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EF9 is #2DB106. Grayscale: #888888. Windows color (decimal): -2994439 or 16338642. OLE color: 16338642.
HSL color Cylindrical-coordinate representation of color #D24EF9: hue angle of 286.32º degrees, saturation: 0.93, 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 #D24EF9 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 78 | 249 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.02 |
| HSL | 286.32º | 0.93% | 0.64% | - |
| HSV(B) | 286.32º | 0.69% | 0.98% | - |
| XYZ | 46.4 | 25.99 | 92.19 | - |
| YUV | 136.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 249 | 0.16 | 0.69 | 0 | 0.02 | 286.32 | 0.93 | 0.64 |
| Hex | D2 | 4E | F9 | 10 | 45 | 0 | 2 | 11E | 5D | 40 |
| Octal | 322 | 116 | 371 | 20 | 105 | 0 | 2 | 436 | 135 | 100 |
| Binary | 11010010 | 1001110 | 11111001 | 10000 | 1000101 | 0 | 10 | 100011110 | 1011101 | 1000000 |
Color Harmonies of #D24EF9
Complementary color
Monochromatic Colors of #D24EF9
Black with #D24EF9
Text Example
Text Example
White with #D24EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EF9; }
p { color: rgb(210,78,249); }
H1.HeaderClassName
{
color: #D24EF9;
}
.AnyTagClassName
{
color: #D24EF9;
}
</style>
background-color css
<style>
a { background-color: #D24EF9; }
a { background-color: rgb(210,78,249); }
div.DivClassName
{
background-color: #D24EF9;
}
.BgClassName
{
background-color: #D24EF9;
}
</style>
border-color css
<style>
span { border-color: #D24EF9; }
span { border-color: rgb(210,78,249); }
td.TdClassName
{
border-color: #D24EF9;
}
.TagClassName
{
border-color: #D24EF9;
}
</style>