Shades of Heliotrope #DC88FF
Tints of Heliotrope #DC88FF
RGB
CMYK
RGB Variations
Color information
#DC88FF (or 0xDC88FF) is known color: Heliotrope. HEX triplet: DC, 88 and FF. RGB value is (220,136,255). Sum of RGB (Red+Green+Blue) = 220+136+255=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88FF is #237700. Grayscale: #AEAEAE. Windows color (decimal): -2324225 or 16746716. OLE color: 16746716.
HSL color Cylindrical-coordinate representation of color #DC88FF: hue angle of 282.35º 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 #DC88FF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 136 | 255 | - |
| CMYK | 0.14 | 0.47 | 0 | 0 |
| HSL | 282.35º | 1% | 0.77% | - |
| HSV(B) | 282.35º | 0.47% | 1% | - |
| XYZ | 56.37 | 40.04 | 99.37 | - |
| YUV | 174.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 255 | 0.14 | 0.47 | 0 | 0 | 282.35 | 1 | 0.77 |
| Hex | DC | 88 | FF | E | 2F | 0 | 0 | 11A | 64 | 4D |
| Octal | 334 | 210 | 377 | 16 | 57 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011100 | 10001000 | 11111111 | 1110 | 101111 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DC88FF
Complementary color
Monochromatic Colors of #DC88FF
Black with #DC88FF
Text Example
Text Example
White with #DC88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88FF; }
p { color: rgb(220,136,255); }
H1.HeaderClassName
{
color: #DC88FF;
}
.AnyTagClassName
{
color: #DC88FF;
}
</style>
background-color css
<style>
a { background-color: #DC88FF; }
a { background-color: rgb(220,136,255); }
div.DivClassName
{
background-color: #DC88FF;
}
.BgClassName
{
background-color: #DC88FF;
}
</style>
border-color css
<style>
span { border-color: #DC88FF; }
span { border-color: rgb(220,136,255); }
td.TdClassName
{
border-color: #DC88FF;
}
.TagClassName
{
border-color: #DC88FF;
}
</style>