Shades of Heliotrope #D24CFD
Tints of Heliotrope #D24CFD
RGB
CMYK
RGB Variations
Color information
#D24CFD (or 0xD24CFD) is known color: Heliotrope. HEX triplet: D2, 4C and FD. RGB value is (210,76,253). Sum of RGB (Red+Green+Blue) = 210+76+253=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #D24CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CFD is #2DB302. Grayscale: #878787. Windows color (decimal): -2994947 or 16600274. OLE color: 16600274.
HSL color Cylindrical-coordinate representation of color #D24CFD: hue angle of 285.42º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24CFD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 76 | 253 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.01 |
| HSL | 285.42º | 0.98% | 0.65% | - |
| HSV(B) | 285.42º | 0.7% | 0.99% | - |
| XYZ | 46.89 | 25.96 | 95.47 | - |
| YUV | 136.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 253 | 0.17 | 0.70 | 0 | 0.01 | 285.42 | 0.98 | 0.65 |
| Hex | D2 | 4C | FD | 11 | 46 | 0 | 1 | 11D | 62 | 41 |
| Octal | 322 | 114 | 375 | 21 | 106 | 0 | 1 | 435 | 142 | 101 |
| Binary | 11010010 | 1001100 | 11111101 | 10001 | 1000110 | 0 | 1 | 100011101 | 1100010 | 1000001 |
Color Harmonies of #D24CFD
Complementary color
Monochromatic Colors of #D24CFD
Black with #D24CFD
Text Example
Text Example
White with #D24CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CFD; }
p { color: rgb(210,76,253); }
H1.HeaderClassName
{
color: #D24CFD;
}
.AnyTagClassName
{
color: #D24CFD;
}
</style>
background-color css
<style>
a { background-color: #D24CFD; }
a { background-color: rgb(210,76,253); }
div.DivClassName
{
background-color: #D24CFD;
}
.BgClassName
{
background-color: #D24CFD;
}
</style>
border-color css
<style>
span { border-color: #D24CFD; }
span { border-color: rgb(210,76,253); }
td.TdClassName
{
border-color: #D24CFD;
}
.TagClassName
{
border-color: #D24CFD;
}
</style>