Shades of Heliotrope #D24AFB
Tints of Heliotrope #D24AFB
RGB
CMYK
RGB Variations
Color information
#D24AFB (or 0xD24AFB) is known color: Heliotrope. HEX triplet: D2, 4A and FB. RGB value is (210,74,251). Sum of RGB (Red+Green+Blue) = 210+74+251=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #D24AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AFB is #2DB504. Grayscale: #868686. Windows color (decimal): -2995461 or 16468690. OLE color: 16468690.
HSL color Cylindrical-coordinate representation of color #D24AFB: hue angle of 286.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D24AFB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 74 | 251 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.1º | 0.96% | 0.64% | - |
| HSV(B) | 286.1º | 0.71% | 0.98% | - |
| XYZ | 46.44 | 25.56 | 93.75 | - |
| YUV | 134.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 251 | 0.16 | 0.71 | 0 | 0.02 | 286.1 | 0.96 | 0.64 |
| Hex | D2 | 4A | FB | 10 | 47 | 0 | 2 | 11E | 60 | 40 |
| Octal | 322 | 112 | 373 | 20 | 107 | 0 | 2 | 436 | 140 | 100 |
| Binary | 11010010 | 1001010 | 11111011 | 10000 | 1000111 | 0 | 10 | 100011110 | 1100000 | 1000000 |
Color Harmonies of #D24AFB
Complementary color
Monochromatic Colors of #D24AFB
Black with #D24AFB
Text Example
Text Example
White with #D24AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AFB; }
p { color: rgb(210,74,251); }
H1.HeaderClassName
{
color: #D24AFB;
}
.AnyTagClassName
{
color: #D24AFB;
}
</style>
background-color css
<style>
a { background-color: #D24AFB; }
a { background-color: rgb(210,74,251); }
div.DivClassName
{
background-color: #D24AFB;
}
.BgClassName
{
background-color: #D24AFB;
}
</style>
border-color css
<style>
span { border-color: #D24AFB; }
span { border-color: rgb(210,74,251); }
td.TdClassName
{
border-color: #D24AFB;
}
.TagClassName
{
border-color: #D24AFB;
}
</style>