Shades of Violet #DC88EC
Tints of Violet #DC88EC
RGB
CMYK
RGB Variations
Color information
#DC88EC (or 0xDC88EC) is known color: Violet. HEX triplet: DC, 88 and EC. RGB value is (220,136,236). Sum of RGB (Red+Green+Blue) = 220+136+236=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC88EC is #237713. Grayscale: #ACACAC. Windows color (decimal): -2324244 or 15501532. OLE color: 15501532.
HSL color Cylindrical-coordinate representation of color #DC88EC: hue angle of 290.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC88EC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 136 | 236 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.07 |
| HSL | 290.4º | 0.72% | 0.73% | - |
| HSV(B) | 290.4º | 0.42% | 0.93% | - |
| XYZ | 53.46 | 38.88 | 84.04 | - |
| YUV | 172.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 236 | 0.07 | 0.42 | 0 | 0.07 | 290.4 | 0.72 | 0.73 |
| Hex | DC | 88 | EC | 7 | 2A | 0 | 7 | 122 | 48 | 49 |
| Octal | 334 | 210 | 354 | 7 | 52 | 0 | 7 | 442 | 110 | 111 |
| Binary | 11011100 | 10001000 | 11101100 | 111 | 101010 | 0 | 111 | 100100010 | 1001000 | 1001001 |
Color Harmonies of #DC88EC
Complementary color
Monochromatic Colors of #DC88EC
Black with #DC88EC
Text Example
Text Example
White with #DC88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88EC; }
p { color: rgb(220,136,236); }
H1.HeaderClassName
{
color: #DC88EC;
}
.AnyTagClassName
{
color: #DC88EC;
}
</style>
background-color css
<style>
a { background-color: #DC88EC; }
a { background-color: rgb(220,136,236); }
div.DivClassName
{
background-color: #DC88EC;
}
.BgClassName
{
background-color: #DC88EC;
}
</style>
border-color css
<style>
span { border-color: #DC88EC; }
span { border-color: rgb(220,136,236); }
td.TdClassName
{
border-color: #DC88EC;
}
.TagClassName
{
border-color: #DC88EC;
}
</style>