Shades of Heliotrope #D188FF
Tints of Heliotrope #D188FF
RGB
CMYK
RGB Variations
Color information
#D188FF (or 0xD188FF) is known color: Heliotrope. HEX triplet: D1, 88 and FF. RGB value is (209,136,255). Sum of RGB (Red+Green+Blue) = 209+136+255=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #D188FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D188FF is #2E7700. Grayscale: #AAAAAA. Windows color (decimal): -3045121 or 16746705. OLE color: 16746705.
HSL color Cylindrical-coordinate representation of color #D188FF: hue angle of 276.81º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D188FF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 136 | 255 | - |
| CMYK | 0.18 | 0.47 | 0 | 0 |
| HSL | 276.81º | 1% | 0.77% | - |
| HSV(B) | 276.81º | 0.47% | 1% | - |
| XYZ | 53.15 | 38.38 | 99.22 | - |
| YUV | 171.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 255 | 0.18 | 0.47 | 0 | 0 | 276.81 | 1 | 0.77 |
| Hex | D1 | 88 | FF | 12 | 2F | 0 | 0 | 115 | 64 | 4D |
| Octal | 321 | 210 | 377 | 22 | 57 | 0 | 0 | 425 | 144 | 115 |
| Binary | 11010001 | 10001000 | 11111111 | 10010 | 101111 | 0 | 0 | 100010101 | 1100100 | 1001101 |
Color Harmonies of #D188FF
Complementary color
Monochromatic Colors of #D188FF
Black with #D188FF
Text Example
Text Example
White with #D188FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188FF; }
p { color: rgb(209,136,255); }
H1.HeaderClassName
{
color: #D188FF;
}
.AnyTagClassName
{
color: #D188FF;
}
</style>
background-color css
<style>
a { background-color: #D188FF; }
a { background-color: rgb(209,136,255); }
div.DivClassName
{
background-color: #D188FF;
}
.BgClassName
{
background-color: #D188FF;
}
</style>
border-color css
<style>
span { border-color: #D188FF; }
span { border-color: rgb(209,136,255); }
td.TdClassName
{
border-color: #D188FF;
}
.TagClassName
{
border-color: #D188FF;
}
</style>