Shades of Heliotrope #DC88FE
Tints of Heliotrope #DC88FE
RGB
CMYK
RGB Variations
Color information
#DC88FE (or 0xDC88FE) is known color: Heliotrope. HEX triplet: DC, 88 and FE. RGB value is (220,136,254). Sum of RGB (Red+Green+Blue) = 220+136+254=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88FE is #237701. Grayscale: #AEAEAE. Windows color (decimal): -2324226 or 16681180. OLE color: 16681180.
HSL color Cylindrical-coordinate representation of color #DC88FE: hue angle of 282.71º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC88FE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 136 | 254 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.00 |
| HSL | 282.71º | 0.98% | 0.76% | - |
| HSV(B) | 282.71º | 0.46% | 1% | - |
| XYZ | 56.21 | 39.98 | 98.52 | - |
| YUV | 174.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 254 | 0.13 | 0.46 | 0 | 0.00 | 282.71 | 0.98 | 0.76 |
| Hex | DC | 88 | FE | D | 2E | 0 | 0 | 11B | 62 | 4C |
| Octal | 334 | 210 | 376 | 15 | 56 | 0 | 0 | 433 | 142 | 114 |
| Binary | 11011100 | 10001000 | 11111110 | 1101 | 101110 | 0 | 0 | 100011011 | 1100010 | 1001100 |
Color Harmonies of #DC88FE
Complementary color
Monochromatic Colors of #DC88FE
Black with #DC88FE
Text Example
Text Example
White with #DC88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88FE; }
p { color: rgb(220,136,254); }
H1.HeaderClassName
{
color: #DC88FE;
}
.AnyTagClassName
{
color: #DC88FE;
}
</style>
background-color css
<style>
a { background-color: #DC88FE; }
a { background-color: rgb(220,136,254); }
div.DivClassName
{
background-color: #DC88FE;
}
.BgClassName
{
background-color: #DC88FE;
}
</style>
border-color css
<style>
span { border-color: #DC88FE; }
span { border-color: rgb(220,136,254); }
td.TdClassName
{
border-color: #DC88FE;
}
.TagClassName
{
border-color: #DC88FE;
}
</style>