Shades of Heliotrope #D24EF7
Tints of Heliotrope #D24EF7
RGB
CMYK
RGB Variations
Color information
#D24EF7 (or 0xD24EF7) is known color: Heliotrope. HEX triplet: D2, 4E and F7. RGB value is (210,78,247). Sum of RGB (Red+Green+Blue) = 210+78+247=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #D24EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EF7 is #2DB108. Grayscale: #888888. Windows color (decimal): -2994441 or 16207570. OLE color: 16207570.
HSL color Cylindrical-coordinate representation of color #D24EF7: hue angle of 286.86º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24EF7 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 78 | 247 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.03 |
| HSL | 286.86º | 0.91% | 0.64% | - |
| HSV(B) | 286.86º | 0.68% | 0.97% | - |
| XYZ | 46.09 | 25.87 | 90.56 | - |
| YUV | 136.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 247 | 0.15 | 0.68 | 0 | 0.03 | 286.86 | 0.91 | 0.64 |
| Hex | D2 | 4E | F7 | F | 44 | 0 | 3 | 11F | 5B | 40 |
| Octal | 322 | 116 | 367 | 17 | 104 | 0 | 3 | 437 | 133 | 100 |
| Binary | 11010010 | 1001110 | 11110111 | 1111 | 1000100 | 0 | 11 | 100011111 | 1011011 | 1000000 |
Color Harmonies of #D24EF7
Complementary color
Monochromatic Colors of #D24EF7
Black with #D24EF7
Text Example
Text Example
White with #D24EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EF7; }
p { color: rgb(210,78,247); }
H1.HeaderClassName
{
color: #D24EF7;
}
.AnyTagClassName
{
color: #D24EF7;
}
</style>
background-color css
<style>
a { background-color: #D24EF7; }
a { background-color: rgb(210,78,247); }
div.DivClassName
{
background-color: #D24EF7;
}
.BgClassName
{
background-color: #D24EF7;
}
</style>
border-color css
<style>
span { border-color: #D24EF7; }
span { border-color: rgb(210,78,247); }
td.TdClassName
{
border-color: #D24EF7;
}
.TagClassName
{
border-color: #D24EF7;
}
</style>