Shades of Heliotrope #D588FC
Tints of Heliotrope #D588FC
RGB
CMYK
RGB Variations
Color information
#D588FC (or 0xD588FC) is known color: Heliotrope. HEX triplet: D5, 88 and FC. RGB value is (213,136,252). Sum of RGB (Red+Green+Blue) = 213+136+252=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #D588FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D588FC is #2A7703. Grayscale: #ABABAB. Windows color (decimal): -2782980 or 16550101. OLE color: 16550101.
HSL color Cylindrical-coordinate representation of color #D588FC: hue angle of 279.83º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D588FC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 136 | 252 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.01 |
| HSL | 279.83º | 0.95% | 0.76% | - |
| HSV(B) | 279.83º | 0.46% | 0.99% | - |
| XYZ | 53.82 | 38.78 | 96.74 | - |
| YUV | 172.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 252 | 0.15 | 0.46 | 0 | 0.01 | 279.83 | 0.95 | 0.76 |
| Hex | D5 | 88 | FC | F | 2E | 0 | 1 | 118 | 5F | 4C |
| Octal | 325 | 210 | 374 | 17 | 56 | 0 | 1 | 430 | 137 | 114 |
| Binary | 11010101 | 10001000 | 11111100 | 1111 | 101110 | 0 | 1 | 100011000 | 1011111 | 1001100 |
Color Harmonies of #D588FC
Complementary color
Monochromatic Colors of #D588FC
Black with #D588FC
Text Example
Text Example
White with #D588FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588FC; }
p { color: rgb(213,136,252); }
H1.HeaderClassName
{
color: #D588FC;
}
.AnyTagClassName
{
color: #D588FC;
}
</style>
background-color css
<style>
a { background-color: #D588FC; }
a { background-color: rgb(213,136,252); }
div.DivClassName
{
background-color: #D588FC;
}
.BgClassName
{
background-color: #D588FC;
}
</style>
border-color css
<style>
span { border-color: #D588FC; }
span { border-color: rgb(213,136,252); }
td.TdClassName
{
border-color: #D588FC;
}
.TagClassName
{
border-color: #D588FC;
}
</style>