Shades of Plum #DC9BD9
Tints of Plum #DC9BD9
RGB
CMYK
RGB Variations
Color information
#DC9BD9 (or 0xDC9BD9) is known color: Plum. HEX triplet: DC, 9B and D9. RGB value is (220,155,217). Sum of RGB (Red+Green+Blue) = 220+155+217=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD9 is #236426. Grayscale: #B5B5B5. Windows color (decimal): -2319399 or 14261212. OLE color: 14261212.
HSL color Cylindrical-coordinate representation of color #DC9BD9: hue angle of 302.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BD9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 217 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.14 |
| HSL | 302.77º | 0.48% | 0.74% | - |
| HSV(B) | 302.77º | 0.3% | 0.86% | - |
| XYZ | 53.76 | 43.67 | 71.24 | - |
| YUV | 181.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 217 | 0 | 0.30 | 0.01 | 0.14 | 302.77 | 0.48 | 0.74 |
| Hex | DC | 9B | D9 | 0 | 1E | 1 | E | 12F | 30 | 4A |
| Octal | 334 | 233 | 331 | 0 | 36 | 1 | 16 | 457 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11011001 | 0 | 11110 | 1 | 1110 | 100101111 | 110000 | 1001010 |
Color Harmonies of #DC9BD9
Complementary color
Monochromatic Colors of #DC9BD9
Black with #DC9BD9
Text Example
Text Example
White with #DC9BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BD9; }
p { color: rgb(220,155,217); }
H1.HeaderClassName
{
color: #DC9BD9;
}
.AnyTagClassName
{
color: #DC9BD9;
}
</style>
background-color css
<style>
a { background-color: #DC9BD9; }
a { background-color: rgb(220,155,217); }
div.DivClassName
{
background-color: #DC9BD9;
}
.BgClassName
{
background-color: #DC9BD9;
}
</style>
border-color css
<style>
span { border-color: #DC9BD9; }
span { border-color: rgb(220,155,217); }
td.TdClassName
{
border-color: #DC9BD9;
}
.TagClassName
{
border-color: #DC9BD9;
}
</style>