Shades of Heliotrope #D24AFD
Tints of Heliotrope #D24AFD
RGB
CMYK
RGB Variations
Color information
#D24AFD (or 0xD24AFD) is known color: Heliotrope. HEX triplet: D2, 4A and FD. RGB value is (210,74,253). Sum of RGB (Red+Green+Blue) = 210+74+253=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #D24AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AFD is #2DB502. Grayscale: #868686. Windows color (decimal): -2995459 or 16599762. OLE color: 16599762.
HSL color Cylindrical-coordinate representation of color #D24AFD: hue angle of 285.59º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D24AFD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 74 | 253 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.01 |
| HSL | 285.59º | 0.98% | 0.64% | - |
| HSV(B) | 285.59º | 0.71% | 0.99% | - |
| XYZ | 46.76 | 25.69 | 95.42 | - |
| YUV | 135.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 253 | 0.17 | 0.71 | 0 | 0.01 | 285.59 | 0.98 | 0.64 |
| Hex | D2 | 4A | FD | 11 | 47 | 0 | 1 | 11E | 62 | 40 |
| Octal | 322 | 112 | 375 | 21 | 107 | 0 | 1 | 436 | 142 | 100 |
| Binary | 11010010 | 1001010 | 11111101 | 10001 | 1000111 | 0 | 1 | 100011110 | 1100010 | 1000000 |
Color Harmonies of #D24AFD
Complementary color
Monochromatic Colors of #D24AFD
Black with #D24AFD
Text Example
Text Example
White with #D24AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AFD; }
p { color: rgb(210,74,253); }
H1.HeaderClassName
{
color: #D24AFD;
}
.AnyTagClassName
{
color: #D24AFD;
}
</style>
background-color css
<style>
a { background-color: #D24AFD; }
a { background-color: rgb(210,74,253); }
div.DivClassName
{
background-color: #D24AFD;
}
.BgClassName
{
background-color: #D24AFD;
}
</style>
border-color css
<style>
span { border-color: #D24AFD; }
span { border-color: rgb(210,74,253); }
td.TdClassName
{
border-color: #D24AFD;
}
.TagClassName
{
border-color: #D24AFD;
}
</style>