Shades of Plum #DC9FDB
Tints of Plum #DC9FDB
RGB
CMYK
RGB Variations
Color information
#DC9FDB (or 0xDC9FDB) is known color: Plum. HEX triplet: DC, 9F and DB. RGB value is (220,159,219). Sum of RGB (Red+Green+Blue) = 220+159+219=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDB is #236024. Grayscale: #B7B7B7. Windows color (decimal): -2318373 or 14393308. OLE color: 14393308.
HSL color Cylindrical-coordinate representation of color #DC9FDB: hue angle of 300.98º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FDB is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 219 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.14 |
| HSL | 300.98º | 0.47% | 0.74% | - |
| HSV(B) | 300.98º | 0.28% | 0.86% | - |
| XYZ | 54.7 | 45.13 | 72.85 | - |
| YUV | 184.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 219 | 0 | 0.28 | 0.00 | 0.14 | 300.98 | 0.47 | 0.74 |
| Hex | DC | 9F | DB | 0 | 1C | 0 | E | 12D | 2F | 4A |
| Octal | 334 | 237 | 333 | 0 | 34 | 0 | 16 | 455 | 57 | 112 |
| Binary | 11011100 | 10011111 | 11011011 | 0 | 11100 | 0 | 1110 | 100101101 | 101111 | 1001010 |
Color Harmonies of #DC9FDB
Complementary color
Monochromatic Colors of #DC9FDB
Black with #DC9FDB
Text Example
Text Example
White with #DC9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FDB; }
p { color: rgb(220,159,219); }
H1.HeaderClassName
{
color: #DC9FDB;
}
.AnyTagClassName
{
color: #DC9FDB;
}
</style>
background-color css
<style>
a { background-color: #DC9FDB; }
a { background-color: rgb(220,159,219); }
div.DivClassName
{
background-color: #DC9FDB;
}
.BgClassName
{
background-color: #DC9FDB;
}
</style>
border-color css
<style>
span { border-color: #DC9FDB; }
span { border-color: rgb(220,159,219); }
td.TdClassName
{
border-color: #DC9FDB;
}
.TagClassName
{
border-color: #DC9FDB;
}
</style>