Shades of Plum #DC88DD
Tints of Plum #DC88DD
RGB
CMYK
RGB Variations
Color information
#DC88DD (or 0xDC88DD) is known color: Plum. HEX triplet: DC, 88 and DD. RGB value is (220,136,221). Sum of RGB (Red+Green+Blue) = 220+136+221=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88DD is #237722. Grayscale: #AAAAAA. Windows color (decimal): -2324259 or 14518492. OLE color: 14518492.
HSL color Cylindrical-coordinate representation of color #DC88DD: hue angle of 299.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88DD is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 136 | 221 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.13 |
| HSL | 299.29º | 0.56% | 0.7% | - |
| HSV(B) | 299.29º | 0.38% | 0.87% | - |
| XYZ | 51.37 | 38.04 | 73.04 | - |
| YUV | 170.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 221 | 0.00 | 0.38 | 0 | 0.13 | 299.29 | 0.56 | 0.7 |
| Hex | DC | 88 | DD | 0 | 26 | 0 | D | 12B | 38 | 46 |
| Octal | 334 | 210 | 335 | 0 | 46 | 0 | 15 | 453 | 70 | 106 |
| Binary | 11011100 | 10001000 | 11011101 | 0 | 100110 | 0 | 1101 | 100101011 | 111000 | 1000110 |
Color Harmonies of #DC88DD
Complementary color
Monochromatic Colors of #DC88DD
Black with #DC88DD
Text Example
Text Example
White with #DC88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88DD; }
p { color: rgb(220,136,221); }
H1.HeaderClassName
{
color: #DC88DD;
}
.AnyTagClassName
{
color: #DC88DD;
}
</style>
background-color css
<style>
a { background-color: #DC88DD; }
a { background-color: rgb(220,136,221); }
div.DivClassName
{
background-color: #DC88DD;
}
.BgClassName
{
background-color: #DC88DD;
}
</style>
border-color css
<style>
span { border-color: #DC88DD; }
span { border-color: rgb(220,136,221); }
td.TdClassName
{
border-color: #DC88DD;
}
.TagClassName
{
border-color: #DC88DD;
}
</style>