Shades of Plum #DC9DD7
Tints of Plum #DC9DD7
RGB
CMYK
RGB Variations
Color information
#DC9DD7 (or 0xDC9DD7) is known color: Plum. HEX triplet: DC, 9D and D7. RGB value is (220,157,215). Sum of RGB (Red+Green+Blue) = 220+157+215=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DD7 is #236228. Grayscale: #B6B6B6. Windows color (decimal): -2318889 or 14130652. OLE color: 14130652.
HSL color Cylindrical-coordinate representation of color #DC9DD7: hue angle of 304.76º 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 #DC9DD7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 215 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.14 |
| HSL | 304.76º | 0.47% | 0.74% | - |
| HSV(B) | 304.76º | 0.29% | 0.86% | - |
| XYZ | 53.84 | 44.24 | 69.99 | - |
| YUV | 182.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 215 | 0 | 0.29 | 0.02 | 0.14 | 304.76 | 0.47 | 0.74 |
| Hex | DC | 9D | D7 | 0 | 1D | 2 | E | 131 | 2F | 4A |
| Octal | 334 | 235 | 327 | 0 | 35 | 2 | 16 | 461 | 57 | 112 |
| Binary | 11011100 | 10011101 | 11010111 | 0 | 11101 | 10 | 1110 | 100110001 | 101111 | 1001010 |
Color Harmonies of #DC9DD7
Complementary color
Monochromatic Colors of #DC9DD7
Black with #DC9DD7
Text Example
Text Example
White with #DC9DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DD7; }
p { color: rgb(220,157,215); }
H1.HeaderClassName
{
color: #DC9DD7;
}
.AnyTagClassName
{
color: #DC9DD7;
}
</style>
background-color css
<style>
a { background-color: #DC9DD7; }
a { background-color: rgb(220,157,215); }
div.DivClassName
{
background-color: #DC9DD7;
}
.BgClassName
{
background-color: #DC9DD7;
}
</style>
border-color css
<style>
span { border-color: #DC9DD7; }
span { border-color: rgb(220,157,215); }
td.TdClassName
{
border-color: #DC9DD7;
}
.TagClassName
{
border-color: #DC9DD7;
}
</style>