Shades of Plum #DC9DCD
Tints of Plum #DC9DCD
RGB
CMYK
RGB Variations
Color information
#DC9DCD (or 0xDC9DCD) is known color: Plum. HEX triplet: DC, 9D and CD. RGB value is (220,157,205). Sum of RGB (Red+Green+Blue) = 220+157+205=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DCD is #236232. Grayscale: #B5B5B5. Windows color (decimal): -2318899 or 13475292. OLE color: 13475292.
HSL color Cylindrical-coordinate representation of color #DC9DCD: hue angle of 314.29º degrees, saturation: 0.47, 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 #DC9DCD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 205 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.14 |
| HSL | 314.29º | 0.47% | 0.74% | - |
| HSV(B) | 314.29º | 0.29% | 0.86% | - |
| XYZ | 52.59 | 43.74 | 63.43 | - |
| YUV | 181.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 205 | 0 | 0.29 | 0.07 | 0.14 | 314.29 | 0.47 | 0.74 |
| Hex | DC | 9D | CD | 0 | 1D | 7 | E | 13A | 2F | 4A |
| Octal | 334 | 235 | 315 | 0 | 35 | 7 | 16 | 472 | 57 | 112 |
| Binary | 11011100 | 10011101 | 11001101 | 0 | 11101 | 111 | 1110 | 100111010 | 101111 | 1001010 |
Color Harmonies of #DC9DCD
Complementary color
Monochromatic Colors of #DC9DCD
Black with #DC9DCD
Text Example
Text Example
White with #DC9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DCD; }
p { color: rgb(220,157,205); }
H1.HeaderClassName
{
color: #DC9DCD;
}
.AnyTagClassName
{
color: #DC9DCD;
}
</style>
background-color css
<style>
a { background-color: #DC9DCD; }
a { background-color: rgb(220,157,205); }
div.DivClassName
{
background-color: #DC9DCD;
}
.BgClassName
{
background-color: #DC9DCD;
}
</style>
border-color css
<style>
span { border-color: #DC9DCD; }
span { border-color: rgb(220,157,205); }
td.TdClassName
{
border-color: #DC9DCD;
}
.TagClassName
{
border-color: #DC9DCD;
}
</style>