Shades of Heliotrope #D24BFF
Tints of Heliotrope #D24BFF
RGB
CMYK
RGB Variations
Color information
#D24BFF (or 0xD24BFF) is known color: Heliotrope. HEX triplet: D2, 4B and FF. RGB value is (210,75,255). Sum of RGB (Red+Green+Blue) = 210+75+255=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #D24BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BFF is #2DB400. Grayscale: #878787. Windows color (decimal): -2995201 or 16731090. OLE color: 16731090.
HSL color Cylindrical-coordinate representation of color #D24BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D24BFF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 75 | 255 | - |
| CMYK | 0.18 | 0.71 | 0 | 0 |
| HSL | 285º | 1% | 0.65% | - |
| HSV(B) | 285º | 0.71% | 1% | - |
| XYZ | 47.14 | 25.95 | 97.13 | - |
| YUV | 135.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 255 | 0.18 | 0.71 | 0 | 0 | 285 | 1 | 0.65 |
| Hex | D2 | 4B | FF | 12 | 47 | 0 | 0 | 11D | 64 | 41 |
| Octal | 322 | 113 | 377 | 22 | 107 | 0 | 0 | 435 | 144 | 101 |
| Binary | 11010010 | 1001011 | 11111111 | 10010 | 1000111 | 0 | 0 | 100011101 | 1100100 | 1000001 |
Color Harmonies of #D24BFF
Complementary color
Monochromatic Colors of #D24BFF
Black with #D24BFF
Text Example
Text Example
White with #D24BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BFF; }
p { color: rgb(210,75,255); }
H1.HeaderClassName
{
color: #D24BFF;
}
.AnyTagClassName
{
color: #D24BFF;
}
</style>
background-color css
<style>
a { background-color: #D24BFF; }
a { background-color: rgb(210,75,255); }
div.DivClassName
{
background-color: #D24BFF;
}
.BgClassName
{
background-color: #D24BFF;
}
</style>
border-color css
<style>
span { border-color: #D24BFF; }
span { border-color: rgb(210,75,255); }
td.TdClassName
{
border-color: #D24BFF;
}
.TagClassName
{
border-color: #D24BFF;
}
</style>