Shades of Heliotrope #D588F0
Tints of Heliotrope #D588F0
RGB
CMYK
RGB Variations
Color information
#D588F0 (or 0xD588F0) is known color: Heliotrope. HEX triplet: D5, 88 and F0. RGB value is (213,136,240). Sum of RGB (Red+Green+Blue) = 213+136+240=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 136 (53.52% from 255 or 23.09% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #D588F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D588F0 is #2A770F. Grayscale: #AAAAAA. Windows color (decimal): -2782992 or 15763669. OLE color: 15763669.
HSL color Cylindrical-coordinate representation of color #D588F0: hue angle of 284.42º degrees, saturation: 0.78, 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 #D588F0 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 136 | 240 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.06 |
| HSL | 284.42º | 0.78% | 0.74% | - |
| HSV(B) | 284.42º | 0.43% | 0.94% | - |
| XYZ | 51.97 | 38.05 | 87.04 | - |
| YUV | 170.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 240 | 0.11 | 0.43 | 0 | 0.06 | 284.42 | 0.78 | 0.74 |
| Hex | D5 | 88 | F0 | B | 2B | 0 | 6 | 11C | 4E | 4A |
| Octal | 325 | 210 | 360 | 13 | 53 | 0 | 6 | 434 | 116 | 112 |
| Binary | 11010101 | 10001000 | 11110000 | 1011 | 101011 | 0 | 110 | 100011100 | 1001110 | 1001010 |
Color Harmonies of #D588F0
Complementary color
Monochromatic Colors of #D588F0
Black with #D588F0
Text Example
Text Example
White with #D588F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588F0; }
p { color: rgb(213,136,240); }
H1.HeaderClassName
{
color: #D588F0;
}
.AnyTagClassName
{
color: #D588F0;
}
</style>
background-color css
<style>
a { background-color: #D588F0; }
a { background-color: rgb(213,136,240); }
div.DivClassName
{
background-color: #D588F0;
}
.BgClassName
{
background-color: #D588F0;
}
</style>
border-color css
<style>
span { border-color: #D588F0; }
span { border-color: rgb(213,136,240); }
td.TdClassName
{
border-color: #D588F0;
}
.TagClassName
{
border-color: #D588F0;
}
</style>