Shades of Heliotrope #D45EEB
Tints of Heliotrope #D45EEB
RGB
CMYK
RGB Variations
Color information
#D45EEB (or 0xD45EEB) is known color: Heliotrope. HEX triplet: D4, 5E and EB. RGB value is (212,94,235). Sum of RGB (Red+Green+Blue) = 212+94+235=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #D45EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45EEB is #2BA114. Grayscale: #909090. Windows color (decimal): -2859285 or 15425236. OLE color: 15425236.
HSL color Cylindrical-coordinate representation of color #D45EEB: hue angle of 290.21º 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 #D45EEB is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 94 | 235 | - |
| CMYK | 0.10 | 0.6 | 0 | 0.08 |
| HSL | 290.21º | 0.78% | 0.65% | - |
| HSV(B) | 290.21º | 0.6% | 0.92% | - |
| XYZ | 46.15 | 28 | 81.57 | - |
| YUV | 145.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 235 | 0.10 | 0.6 | 0 | 0.08 | 290.21 | 0.78 | 0.65 |
| Hex | D4 | 5E | EB | A | 3C | 0 | 8 | 122 | 4E | 41 |
| Octal | 324 | 136 | 353 | 12 | 74 | 0 | 10 | 442 | 116 | 101 |
| Binary | 11010100 | 1011110 | 11101011 | 1010 | 111100 | 0 | 1000 | 100100010 | 1001110 | 1000001 |
Color Harmonies of #D45EEB
Complementary color
Monochromatic Colors of #D45EEB
Black with #D45EEB
Text Example
Text Example
White with #D45EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45EEB; }
p { color: rgb(212,94,235); }
H1.HeaderClassName
{
color: #D45EEB;
}
.AnyTagClassName
{
color: #D45EEB;
}
</style>
background-color css
<style>
a { background-color: #D45EEB; }
a { background-color: rgb(212,94,235); }
div.DivClassName
{
background-color: #D45EEB;
}
.BgClassName
{
background-color: #D45EEB;
}
</style>
border-color css
<style>
span { border-color: #D45EEB; }
span { border-color: rgb(212,94,235); }
td.TdClassName
{
border-color: #D45EEB;
}
.TagClassName
{
border-color: #D45EEB;
}
</style>