Shades of Heliotrope #D24CFC
Tints of Heliotrope #D24CFC
RGB
CMYK
RGB Variations
Color information
#D24CFC (or 0xD24CFC) is known color: Heliotrope. HEX triplet: D2, 4C and FC. RGB value is (210,76,252). Sum of RGB (Red+Green+Blue) = 210+76+252=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #D24CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CFC is #2DB303. Grayscale: #878787. Windows color (decimal): -2994948 or 16534738. OLE color: 16534738.
HSL color Cylindrical-coordinate representation of color #D24CFC: hue angle of 285.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24CFC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 76 | 252 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.01 |
| HSL | 285.68º | 0.97% | 0.64% | - |
| HSV(B) | 285.68º | 0.7% | 0.99% | - |
| XYZ | 46.73 | 25.9 | 94.63 | - |
| YUV | 136.13 | 193.39 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 252 | 0.17 | 0.70 | 0 | 0.01 | 285.68 | 0.97 | 0.64 |
| Hex | D2 | 4C | FC | 11 | 46 | 0 | 1 | 11E | 61 | 40 |
| Octal | 322 | 114 | 374 | 21 | 106 | 0 | 1 | 436 | 141 | 100 |
| Binary | 11010010 | 1001100 | 11111100 | 10001 | 1000110 | 0 | 1 | 100011110 | 1100001 | 1000000 |
Color Harmonies of #D24CFC
Complementary color
Monochromatic Colors of #D24CFC
Black with #D24CFC
Text Example
Text Example
White with #D24CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CFC; }
p { color: rgb(210,76,252); }
H1.HeaderClassName
{
color: #D24CFC;
}
.AnyTagClassName
{
color: #D24CFC;
}
</style>
background-color css
<style>
a { background-color: #D24CFC; }
a { background-color: rgb(210,76,252); }
div.DivClassName
{
background-color: #D24CFC;
}
.BgClassName
{
background-color: #D24CFC;
}
</style>
border-color css
<style>
span { border-color: #D24CFC; }
span { border-color: rgb(210,76,252); }
td.TdClassName
{
border-color: #D24CFC;
}
.TagClassName
{
border-color: #D24CFC;
}
</style>