Shades of Heliotrope #D588EF
Tints of Heliotrope #D588EF
RGB
CMYK
RGB Variations
Color information
#D588EF (or 0xD588EF) is known color: Heliotrope. HEX triplet: D5, 88 and EF. RGB value is (213,136,239). Sum of RGB (Red+Green+Blue) = 213+136+239=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #D588EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D588EF is #2A7710. Grayscale: #AAAAAA. Windows color (decimal): -2782993 or 15698133. OLE color: 15698133.
HSL color Cylindrical-coordinate representation of color #D588EF: hue angle of 284.85º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D588EF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 136 | 239 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.06 |
| HSL | 284.85º | 0.76% | 0.74% | - |
| HSV(B) | 284.85º | 0.43% | 0.94% | - |
| XYZ | 51.82 | 37.99 | 86.26 | - |
| YUV | 170.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 239 | 0.11 | 0.43 | 0 | 0.06 | 284.85 | 0.76 | 0.74 |
| Hex | D5 | 88 | EF | B | 2B | 0 | 6 | 11D | 4C | 4A |
| Octal | 325 | 210 | 357 | 13 | 53 | 0 | 6 | 435 | 114 | 112 |
| Binary | 11010101 | 10001000 | 11101111 | 1011 | 101011 | 0 | 110 | 100011101 | 1001100 | 1001010 |
Color Harmonies of #D588EF
Complementary color
Monochromatic Colors of #D588EF
Black with #D588EF
Text Example
Text Example
White with #D588EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588EF; }
p { color: rgb(213,136,239); }
H1.HeaderClassName
{
color: #D588EF;
}
.AnyTagClassName
{
color: #D588EF;
}
</style>
background-color css
<style>
a { background-color: #D588EF; }
a { background-color: rgb(213,136,239); }
div.DivClassName
{
background-color: #D588EF;
}
.BgClassName
{
background-color: #D588EF;
}
</style>
border-color css
<style>
span { border-color: #D588EF; }
span { border-color: rgb(213,136,239); }
td.TdClassName
{
border-color: #D588EF;
}
.TagClassName
{
border-color: #D588EF;
}
</style>