Shades of Heliotrope #D24CFA
Tints of Heliotrope #D24CFA
RGB
CMYK
RGB Variations
Color information
#D24CFA (or 0xD24CFA) is known color: Heliotrope. HEX triplet: D2, 4C and FA. RGB value is (210,76,250). Sum of RGB (Red+Green+Blue) = 210+76+250=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #D24CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CFA is #2DB305. Grayscale: #878787. Windows color (decimal): -2994950 or 16403666. OLE color: 16403666.
HSL color Cylindrical-coordinate representation of color #D24CFA: hue angle of 286.21º 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 #D24CFA is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 76 | 250 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.02 |
| HSL | 286.21º | 0.95% | 0.64% | - |
| HSV(B) | 286.21º | 0.7% | 0.98% | - |
| XYZ | 46.42 | 25.77 | 92.97 | - |
| YUV | 135.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 250 | 0.16 | 0.70 | 0 | 0.02 | 286.21 | 0.95 | 0.64 |
| Hex | D2 | 4C | FA | 10 | 46 | 0 | 2 | 11E | 5F | 40 |
| Octal | 322 | 114 | 372 | 20 | 106 | 0 | 2 | 436 | 137 | 100 |
| Binary | 11010010 | 1001100 | 11111010 | 10000 | 1000110 | 0 | 10 | 100011110 | 1011111 | 1000000 |
Color Harmonies of #D24CFA
Complementary color
Monochromatic Colors of #D24CFA
Black with #D24CFA
Text Example
Text Example
White with #D24CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CFA; }
p { color: rgb(210,76,250); }
H1.HeaderClassName
{
color: #D24CFA;
}
.AnyTagClassName
{
color: #D24CFA;
}
</style>
background-color css
<style>
a { background-color: #D24CFA; }
a { background-color: rgb(210,76,250); }
div.DivClassName
{
background-color: #D24CFA;
}
.BgClassName
{
background-color: #D24CFA;
}
</style>
border-color css
<style>
span { border-color: #D24CFA; }
span { border-color: rgb(210,76,250); }
td.TdClassName
{
border-color: #D24CFA;
}
.TagClassName
{
border-color: #D24CFA;
}
</style>