Shades of Heliotrope #D24CFE
Tints of Heliotrope #D24CFE
RGB
CMYK
RGB Variations
Color information
#D24CFE (or 0xD24CFE) is known color: Heliotrope. HEX triplet: D2, 4C and FE. RGB value is (210,76,254). Sum of RGB (Red+Green+Blue) = 210+76+254=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #D24CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CFE is #2DB301. Grayscale: #878787. Windows color (decimal): -2994946 or 16665810. OLE color: 16665810.
HSL color Cylindrical-coordinate representation of color #D24CFE: hue angle of 285.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24CFE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 76 | 254 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.00 |
| HSL | 285.17º | 0.99% | 0.65% | - |
| HSV(B) | 285.17º | 0.7% | 1% | - |
| XYZ | 47.05 | 26.03 | 96.31 | - |
| YUV | 136.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 254 | 0.17 | 0.70 | 0 | 0.00 | 285.17 | 0.99 | 0.65 |
| Hex | D2 | 4C | FE | 11 | 46 | 0 | 0 | 11D | 63 | 41 |
| Octal | 322 | 114 | 376 | 21 | 106 | 0 | 0 | 435 | 143 | 101 |
| Binary | 11010010 | 1001100 | 11111110 | 10001 | 1000110 | 0 | 0 | 100011101 | 1100011 | 1000001 |
Color Harmonies of #D24CFE
Complementary color
Monochromatic Colors of #D24CFE
Black with #D24CFE
Text Example
Text Example
White with #D24CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CFE; }
p { color: rgb(210,76,254); }
H1.HeaderClassName
{
color: #D24CFE;
}
.AnyTagClassName
{
color: #D24CFE;
}
</style>
background-color css
<style>
a { background-color: #D24CFE; }
a { background-color: rgb(210,76,254); }
div.DivClassName
{
background-color: #D24CFE;
}
.BgClassName
{
background-color: #D24CFE;
}
</style>
border-color css
<style>
span { border-color: #D24CFE; }
span { border-color: rgb(210,76,254); }
td.TdClassName
{
border-color: #D24CFE;
}
.TagClassName
{
border-color: #D24CFE;
}
</style>