Shades of Plum #DC88DC
Tints of Plum #DC88DC
RGB
CMYK
RGB Variations
Color information
#DC88DC (or 0xDC88DC) is known color: Plum. HEX triplet: DC, 88 and DC. RGB value is (220,136,220). Sum of RGB (Red+Green+Blue) = 220+136+220=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88DC is #237723. Grayscale: #AAAAAA. Windows color (decimal): -2324260 or 14452956. OLE color: 14452956.
HSL color Cylindrical-coordinate representation of color #DC88DC: hue angle of 300º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88DC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 220 | - |
| CMYK | 0 | 0.38 | 0 | 0.14 |
| HSL | 300º | 0.55% | 0.7% | - |
| HSV(B) | 300º | 0.38% | 0.86% | - |
| XYZ | 51.24 | 37.99 | 72.34 | - |
| YUV | 170.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 220 | 0 | 0.38 | 0 | 0.14 | 300 | 0.55 | 0.7 |
| Hex | DC | 88 | DC | 0 | 26 | 0 | E | 12C | 37 | 46 |
| Octal | 334 | 210 | 334 | 0 | 46 | 0 | 16 | 454 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11011100 | 0 | 100110 | 0 | 1110 | 100101100 | 110111 | 1000110 |
Color Harmonies of #DC88DC
Complementary color
Monochromatic Colors of #DC88DC
Black with #DC88DC
Text Example
Text Example
White with #DC88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88DC; }
p { color: rgb(220,136,220); }
H1.HeaderClassName
{
color: #DC88DC;
}
.AnyTagClassName
{
color: #DC88DC;
}
</style>
background-color css
<style>
a { background-color: #DC88DC; }
a { background-color: rgb(220,136,220); }
div.DivClassName
{
background-color: #DC88DC;
}
.BgClassName
{
background-color: #DC88DC;
}
</style>
border-color css
<style>
span { border-color: #DC88DC; }
span { border-color: rgb(220,136,220); }
td.TdClassName
{
border-color: #DC88DC;
}
.TagClassName
{
border-color: #DC88DC;
}
</style>