Shades of Heliotrope #D24AF9
Tints of Heliotrope #D24AF9
RGB
CMYK
RGB Variations
Color information
#D24AF9 (or 0xD24AF9) is known color: Heliotrope. HEX triplet: D2, 4A and F9. RGB value is (210,74,249). Sum of RGB (Red+Green+Blue) = 210+74+249=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #D24AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AF9 is #2DB506. Grayscale: #868686. Windows color (decimal): -2995463 or 16337618. OLE color: 16337618.
HSL color Cylindrical-coordinate representation of color #D24AF9: hue angle of 286.63º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24AF9 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 74 | 249 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.02 |
| HSL | 286.63º | 0.94% | 0.63% | - |
| HSV(B) | 286.63º | 0.7% | 0.98% | - |
| XYZ | 46.13 | 25.44 | 92.1 | - |
| YUV | 134.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 249 | 0.16 | 0.70 | 0 | 0.02 | 286.63 | 0.94 | 0.63 |
| Hex | D2 | 4A | F9 | 10 | 46 | 0 | 2 | 11F | 5E | 3F |
| Octal | 322 | 112 | 371 | 20 | 106 | 0 | 2 | 437 | 136 | 77 |
| Binary | 11010010 | 1001010 | 11111001 | 10000 | 1000110 | 0 | 10 | 100011111 | 1011110 | 111111 |
Color Harmonies of #D24AF9
Complementary color
Monochromatic Colors of #D24AF9
Black with #D24AF9
Text Example
Text Example
White with #D24AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AF9; }
p { color: rgb(210,74,249); }
H1.HeaderClassName
{
color: #D24AF9;
}
.AnyTagClassName
{
color: #D24AF9;
}
</style>
background-color css
<style>
a { background-color: #D24AF9; }
a { background-color: rgb(210,74,249); }
div.DivClassName
{
background-color: #D24AF9;
}
.BgClassName
{
background-color: #D24AF9;
}
</style>
border-color css
<style>
span { border-color: #D24AF9; }
span { border-color: rgb(210,74,249); }
td.TdClassName
{
border-color: #D24AF9;
}
.TagClassName
{
border-color: #D24AF9;
}
</style>