Shades of Heliotrope #D24AFA
Tints of Heliotrope #D24AFA
RGB
CMYK
RGB Variations
Color information
#D24AFA (or 0xD24AFA) is known color: Heliotrope. HEX triplet: D2, 4A and FA. RGB value is (210,74,250). Sum of RGB (Red+Green+Blue) = 210+74+250=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #D24AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AFA is #2DB505. Grayscale: #868686. Windows color (decimal): -2995462 or 16403154. OLE color: 16403154.
HSL color Cylindrical-coordinate representation of color #D24AFA: hue angle of 286.36º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24AFA is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 74 | 250 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.02 |
| HSL | 286.36º | 0.95% | 0.64% | - |
| HSV(B) | 286.36º | 0.7% | 0.98% | - |
| XYZ | 46.28 | 25.5 | 92.93 | - |
| YUV | 134.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 250 | 0.16 | 0.70 | 0 | 0.02 | 286.36 | 0.95 | 0.64 |
| Hex | D2 | 4A | FA | 10 | 46 | 0 | 2 | 11E | 5F | 40 |
| Octal | 322 | 112 | 372 | 20 | 106 | 0 | 2 | 436 | 137 | 100 |
| Binary | 11010010 | 1001010 | 11111010 | 10000 | 1000110 | 0 | 10 | 100011110 | 1011111 | 1000000 |
Color Harmonies of #D24AFA
Complementary color
Monochromatic Colors of #D24AFA
Black with #D24AFA
Text Example
Text Example
White with #D24AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AFA; }
p { color: rgb(210,74,250); }
H1.HeaderClassName
{
color: #D24AFA;
}
.AnyTagClassName
{
color: #D24AFA;
}
</style>
background-color css
<style>
a { background-color: #D24AFA; }
a { background-color: rgb(210,74,250); }
div.DivClassName
{
background-color: #D24AFA;
}
.BgClassName
{
background-color: #D24AFA;
}
</style>
border-color css
<style>
span { border-color: #D24AFA; }
span { border-color: rgb(210,74,250); }
td.TdClassName
{
border-color: #D24AFA;
}
.TagClassName
{
border-color: #D24AFA;
}
</style>