Shades of Plum #DC9CCE
Tints of Plum #DC9CCE
RGB
CMYK
RGB Variations
Color information
#DC9CCE (or 0xDC9CCE) is known color: Plum. HEX triplet: DC, 9C and CE. RGB value is (220,156,206). Sum of RGB (Red+Green+Blue) = 220+156+206=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CCE is #236331. Grayscale: #B4B4B4. Windows color (decimal): -2319154 or 13540572. OLE color: 13540572.
HSL color Cylindrical-coordinate representation of color #DC9CCE: hue angle of 313.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CCE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 206 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.14 |
| HSL | 313.13º | 0.48% | 0.74% | - |
| HSV(B) | 313.13º | 0.29% | 0.86% | - |
| XYZ | 52.54 | 43.45 | 64.01 | - |
| YUV | 180.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 206 | 0 | 0.29 | 0.06 | 0.14 | 313.13 | 0.48 | 0.74 |
| Hex | DC | 9C | CE | 0 | 1D | 6 | E | 139 | 30 | 4A |
| Octal | 334 | 234 | 316 | 0 | 35 | 6 | 16 | 471 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11001110 | 0 | 11101 | 110 | 1110 | 100111001 | 110000 | 1001010 |
Color Harmonies of #DC9CCE
Complementary color
Monochromatic Colors of #DC9CCE
Black with #DC9CCE
Text Example
Text Example
White with #DC9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CCE; }
p { color: rgb(220,156,206); }
H1.HeaderClassName
{
color: #DC9CCE;
}
.AnyTagClassName
{
color: #DC9CCE;
}
</style>
background-color css
<style>
a { background-color: #DC9CCE; }
a { background-color: rgb(220,156,206); }
div.DivClassName
{
background-color: #DC9CCE;
}
.BgClassName
{
background-color: #DC9CCE;
}
</style>
border-color css
<style>
span { border-color: #DC9CCE; }
span { border-color: rgb(220,156,206); }
td.TdClassName
{
border-color: #DC9CCE;
}
.TagClassName
{
border-color: #DC9CCE;
}
</style>