Shades of Heliotrope #D588F2
Tints of Heliotrope #D588F2
RGB
CMYK
RGB Variations
Color information
#D588F2 (or 0xD588F2) is known color: Heliotrope. HEX triplet: D5, 88 and F2. RGB value is (213,136,242). Sum of RGB (Red+Green+Blue) = 213+136+242=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #D588F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D588F2 is #2A770D. Grayscale: #AAAAAA. Windows color (decimal): -2782990 or 15894741. OLE color: 15894741.
HSL color Cylindrical-coordinate representation of color #D588F2: hue angle of 283.58º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D588F2 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 136 | 242 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.05 |
| HSL | 283.58º | 0.8% | 0.74% | - |
| HSV(B) | 283.58º | 0.44% | 0.95% | - |
| XYZ | 52.27 | 38.17 | 88.62 | - |
| YUV | 171.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 242 | 0.12 | 0.44 | 0 | 0.05 | 283.58 | 0.8 | 0.74 |
| Hex | D5 | 88 | F2 | C | 2C | 0 | 5 | 11C | 50 | 4A |
| Octal | 325 | 210 | 362 | 14 | 54 | 0 | 5 | 434 | 120 | 112 |
| Binary | 11010101 | 10001000 | 11110010 | 1100 | 101100 | 0 | 101 | 100011100 | 1010000 | 1001010 |
Color Harmonies of #D588F2
Complementary color
Monochromatic Colors of #D588F2
Black with #D588F2
Text Example
Text Example
White with #D588F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588F2; }
p { color: rgb(213,136,242); }
H1.HeaderClassName
{
color: #D588F2;
}
.AnyTagClassName
{
color: #D588F2;
}
</style>
background-color css
<style>
a { background-color: #D588F2; }
a { background-color: rgb(213,136,242); }
div.DivClassName
{
background-color: #D588F2;
}
.BgClassName
{
background-color: #D588F2;
}
</style>
border-color css
<style>
span { border-color: #D588F2; }
span { border-color: rgb(213,136,242); }
td.TdClassName
{
border-color: #D588F2;
}
.TagClassName
{
border-color: #D588F2;
}
</style>