Shades of Heliotrope #D24DF7
Tints of Heliotrope #D24DF7
RGB
CMYK
RGB Variations
Color information
#D24DF7 (or 0xD24DF7) is known color: Heliotrope. HEX triplet: D2, 4D and F7. RGB value is (210,77,247). Sum of RGB (Red+Green+Blue) = 210+77+247=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #D24DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24DF7 is #2DB208. Grayscale: #878787. Windows color (decimal): -2994697 or 16207314. OLE color: 16207314.
HSL color Cylindrical-coordinate representation of color #D24DF7: hue angle of 286.94º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24DF7 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 77 | 247 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.03 |
| HSL | 286.94º | 0.91% | 0.64% | - |
| HSV(B) | 286.94º | 0.69% | 0.97% | - |
| XYZ | 46.02 | 25.72 | 90.54 | - |
| YUV | 136.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 247 | 0.15 | 0.69 | 0 | 0.03 | 286.94 | 0.91 | 0.64 |
| Hex | D2 | 4D | F7 | F | 45 | 0 | 3 | 11F | 5B | 40 |
| Octal | 322 | 115 | 367 | 17 | 105 | 0 | 3 | 437 | 133 | 100 |
| Binary | 11010010 | 1001101 | 11110111 | 1111 | 1000101 | 0 | 11 | 100011111 | 1011011 | 1000000 |
Color Harmonies of #D24DF7
Complementary color
Monochromatic Colors of #D24DF7
Black with #D24DF7
Text Example
Text Example
White with #D24DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DF7; }
p { color: rgb(210,77,247); }
H1.HeaderClassName
{
color: #D24DF7;
}
.AnyTagClassName
{
color: #D24DF7;
}
</style>
background-color css
<style>
a { background-color: #D24DF7; }
a { background-color: rgb(210,77,247); }
div.DivClassName
{
background-color: #D24DF7;
}
.BgClassName
{
background-color: #D24DF7;
}
</style>
border-color css
<style>
span { border-color: #D24DF7; }
span { border-color: rgb(210,77,247); }
td.TdClassName
{
border-color: #D24DF7;
}
.TagClassName
{
border-color: #D24DF7;
}
</style>