Shades of Violet #DC88E5
Tints of Violet #DC88E5
RGB
CMYK
RGB Variations
Color information
#DC88E5 (or 0xDC88E5) is known color: Violet. HEX triplet: DC, 88 and E5. RGB value is (220,136,229). Sum of RGB (Red+Green+Blue) = 220+136+229=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC88E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88E5 is #23771A. Grayscale: #ABABAB. Windows color (decimal): -2324251 or 15042780. OLE color: 15042780.
HSL color Cylindrical-coordinate representation of color #DC88E5: hue angle of 294.19º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC88E5 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 136 | 229 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.10 |
| HSL | 294.19º | 0.64% | 0.72% | - |
| HSV(B) | 294.19º | 0.41% | 0.9% | - |
| XYZ | 52.46 | 38.48 | 78.79 | - |
| YUV | 171.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 229 | 0.04 | 0.41 | 0 | 0.10 | 294.19 | 0.64 | 0.72 |
| Hex | DC | 88 | E5 | 4 | 29 | 0 | A | 126 | 40 | 48 |
| Octal | 334 | 210 | 345 | 4 | 51 | 0 | 12 | 446 | 100 | 110 |
| Binary | 11011100 | 10001000 | 11100101 | 100 | 101001 | 0 | 1010 | 100100110 | 1000000 | 1001000 |
Color Harmonies of #DC88E5
Complementary color
Monochromatic Colors of #DC88E5
Black with #DC88E5
Text Example
Text Example
White with #DC88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88E5; }
p { color: rgb(220,136,229); }
H1.HeaderClassName
{
color: #DC88E5;
}
.AnyTagClassName
{
color: #DC88E5;
}
</style>
background-color css
<style>
a { background-color: #DC88E5; }
a { background-color: rgb(220,136,229); }
div.DivClassName
{
background-color: #DC88E5;
}
.BgClassName
{
background-color: #DC88E5;
}
</style>
border-color css
<style>
span { border-color: #DC88E5; }
span { border-color: rgb(220,136,229); }
td.TdClassName
{
border-color: #DC88E5;
}
.TagClassName
{
border-color: #DC88E5;
}
</style>