Shades of Heliotrope #D588EC
Tints of Heliotrope #D588EC
RGB
CMYK
RGB Variations
Color information
#D588EC (or 0xD588EC) is known color: Heliotrope. HEX triplet: D5, 88 and EC. RGB value is (213,136,236). Sum of RGB (Red+Green+Blue) = 213+136+236=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #D588EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D588EC is #2A7713. Grayscale: #AAAAAA. Windows color (decimal): -2782996 or 15501525. OLE color: 15501525.
HSL color Cylindrical-coordinate representation of color #D588EC: hue angle of 286.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D588EC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 136 | 236 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.07 |
| HSL | 286.2º | 0.72% | 0.73% | - |
| HSV(B) | 286.2º | 0.42% | 0.93% | - |
| XYZ | 51.39 | 37.81 | 83.95 | - |
| YUV | 170.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 236 | 0.10 | 0.42 | 0 | 0.07 | 286.2 | 0.72 | 0.73 |
| Hex | D5 | 88 | EC | A | 2A | 0 | 7 | 11E | 48 | 49 |
| Octal | 325 | 210 | 354 | 12 | 52 | 0 | 7 | 436 | 110 | 111 |
| Binary | 11010101 | 10001000 | 11101100 | 1010 | 101010 | 0 | 111 | 100011110 | 1001000 | 1001001 |
Color Harmonies of #D588EC
Complementary color
Monochromatic Colors of #D588EC
Black with #D588EC
Text Example
Text Example
White with #D588EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588EC; }
p { color: rgb(213,136,236); }
H1.HeaderClassName
{
color: #D588EC;
}
.AnyTagClassName
{
color: #D588EC;
}
</style>
background-color css
<style>
a { background-color: #D588EC; }
a { background-color: rgb(213,136,236); }
div.DivClassName
{
background-color: #D588EC;
}
.BgClassName
{
background-color: #D588EC;
}
</style>
border-color css
<style>
span { border-color: #D588EC; }
span { border-color: rgb(213,136,236); }
td.TdClassName
{
border-color: #D588EC;
}
.TagClassName
{
border-color: #D588EC;
}
</style>