Shades of Heliotrope #D24AF8
Tints of Heliotrope #D24AF8
RGB
CMYK
RGB Variations
Color information
#D24AF8 (or 0xD24AF8) is known color: Heliotrope. HEX triplet: D2, 4A and F8. RGB value is (210,74,248). Sum of RGB (Red+Green+Blue) = 210+74+248=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #D24AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AF8 is #2DB507. Grayscale: #858585. Windows color (decimal): -2995464 or 16272082. OLE color: 16272082.
HSL color Cylindrical-coordinate representation of color #D24AF8: hue angle of 286.9º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24AF8 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 74 | 248 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.03 |
| HSL | 286.9º | 0.93% | 0.63% | - |
| HSV(B) | 286.9º | 0.7% | 0.97% | - |
| XYZ | 45.97 | 25.38 | 91.28 | - |
| YUV | 134.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 248 | 0.15 | 0.70 | 0 | 0.03 | 286.9 | 0.93 | 0.63 |
| Hex | D2 | 4A | F8 | F | 46 | 0 | 3 | 11F | 5D | 3F |
| Octal | 322 | 112 | 370 | 17 | 106 | 0 | 3 | 437 | 135 | 77 |
| Binary | 11010010 | 1001010 | 11111000 | 1111 | 1000110 | 0 | 11 | 100011111 | 1011101 | 111111 |
Color Harmonies of #D24AF8
Complementary color
Monochromatic Colors of #D24AF8
Black with #D24AF8
Text Example
Text Example
White with #D24AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AF8; }
p { color: rgb(210,74,248); }
H1.HeaderClassName
{
color: #D24AF8;
}
.AnyTagClassName
{
color: #D24AF8;
}
</style>
background-color css
<style>
a { background-color: #D24AF8; }
a { background-color: rgb(210,74,248); }
div.DivClassName
{
background-color: #D24AF8;
}
.BgClassName
{
background-color: #D24AF8;
}
</style>
border-color css
<style>
span { border-color: #D24AF8; }
span { border-color: rgb(210,74,248); }
td.TdClassName
{
border-color: #D24AF8;
}
.TagClassName
{
border-color: #D24AF8;
}
</style>