Shades of Heliotrope #D25EEB
Tints of Heliotrope #D25EEB
RGB
CMYK
RGB Variations
Color information
#D25EEB (or 0xD25EEB) is known color: Heliotrope. HEX triplet: D2, 5E and EB. RGB value is (210,94,235). Sum of RGB (Red+Green+Blue) = 210+94+235=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EEB is #2DA114. Grayscale: #909090. Windows color (decimal): -2990357 or 15425234. OLE color: 15425234.
HSL color Cylindrical-coordinate representation of color #D25EEB: hue angle of 289.36º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25EEB is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 94 | 235 | - |
| CMYK | 0.11 | 0.6 | 0 | 0.08 |
| HSL | 289.36º | 0.78% | 0.65% | - |
| HSV(B) | 289.36º | 0.6% | 0.92% | - |
| XYZ | 45.58 | 27.71 | 81.54 | - |
| YUV | 144.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 235 | 0.11 | 0.6 | 0 | 0.08 | 289.36 | 0.78 | 0.65 |
| Hex | D2 | 5E | EB | B | 3C | 0 | 8 | 121 | 4E | 41 |
| Octal | 322 | 136 | 353 | 13 | 74 | 0 | 10 | 441 | 116 | 101 |
| Binary | 11010010 | 1011110 | 11101011 | 1011 | 111100 | 0 | 1000 | 100100001 | 1001110 | 1000001 |
Color Harmonies of #D25EEB
Complementary color
Monochromatic Colors of #D25EEB
Black with #D25EEB
Text Example
Text Example
White with #D25EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EEB; }
p { color: rgb(210,94,235); }
H1.HeaderClassName
{
color: #D25EEB;
}
.AnyTagClassName
{
color: #D25EEB;
}
</style>
background-color css
<style>
a { background-color: #D25EEB; }
a { background-color: rgb(210,94,235); }
div.DivClassName
{
background-color: #D25EEB;
}
.BgClassName
{
background-color: #D25EEB;
}
</style>
border-color css
<style>
span { border-color: #D25EEB; }
span { border-color: rgb(210,94,235); }
td.TdClassName
{
border-color: #D25EEB;
}
.TagClassName
{
border-color: #D25EEB;
}
</style>