Shades of Heliotrope #D24EF5
Tints of Heliotrope #D24EF5
RGB
CMYK
RGB Variations
Color information
#D24EF5 (or 0xD24EF5) is known color: Heliotrope. HEX triplet: D2, 4E and F5. RGB value is (210,78,245). Sum of RGB (Red+Green+Blue) = 210+78+245=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #D24EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EF5 is #2DB10A. Grayscale: #878787. Windows color (decimal): -2994443 or 16076498. OLE color: 16076498.
HSL color Cylindrical-coordinate representation of color #D24EF5: hue angle of 287.43º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24EF5 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 78 | 245 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.04 |
| HSL | 287.43º | 0.89% | 0.63% | - |
| HSV(B) | 287.43º | 0.68% | 0.96% | - |
| XYZ | 45.78 | 25.74 | 88.94 | - |
| YUV | 136.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 245 | 0.14 | 0.68 | 0 | 0.04 | 287.43 | 0.89 | 0.63 |
| Hex | D2 | 4E | F5 | E | 44 | 0 | 4 | 11F | 59 | 3F |
| Octal | 322 | 116 | 365 | 16 | 104 | 0 | 4 | 437 | 131 | 77 |
| Binary | 11010010 | 1001110 | 11110101 | 1110 | 1000100 | 0 | 100 | 100011111 | 1011001 | 111111 |
Color Harmonies of #D24EF5
Complementary color
Monochromatic Colors of #D24EF5
Black with #D24EF5
Text Example
Text Example
White with #D24EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EF5; }
p { color: rgb(210,78,245); }
H1.HeaderClassName
{
color: #D24EF5;
}
.AnyTagClassName
{
color: #D24EF5;
}
</style>
background-color css
<style>
a { background-color: #D24EF5; }
a { background-color: rgb(210,78,245); }
div.DivClassName
{
background-color: #D24EF5;
}
.BgClassName
{
background-color: #D24EF5;
}
</style>
border-color css
<style>
span { border-color: #D24EF5; }
span { border-color: rgb(210,78,245); }
td.TdClassName
{
border-color: #D24EF5;
}
.TagClassName
{
border-color: #D24EF5;
}
</style>