Shades of Plum #DC9DDB
Tints of Plum #DC9DDB
RGB
CMYK
RGB Variations
Color information
#DC9DDB (or 0xDC9DDB) is known color: Plum. HEX triplet: DC, 9D and DB. RGB value is (220,157,219). Sum of RGB (Red+Green+Blue) = 220+157+219=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDB is #236224. Grayscale: #B6B6B6. Windows color (decimal): -2318885 or 14392796. OLE color: 14392796.
HSL color Cylindrical-coordinate representation of color #DC9DDB: hue angle of 300.95º 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 #DC9DDB is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 219 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.14 |
| HSL | 300.95º | 0.47% | 0.74% | - |
| HSV(B) | 300.95º | 0.29% | 0.86% | - |
| XYZ | 54.36 | 44.44 | 72.73 | - |
| YUV | 182.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 219 | 0 | 0.29 | 0.00 | 0.14 | 300.95 | 0.47 | 0.74 |
| Hex | DC | 9D | DB | 0 | 1D | 0 | E | 12D | 2F | 4A |
| Octal | 334 | 235 | 333 | 0 | 35 | 0 | 16 | 455 | 57 | 112 |
| Binary | 11011100 | 10011101 | 11011011 | 0 | 11101 | 0 | 1110 | 100101101 | 101111 | 1001010 |
Color Harmonies of #DC9DDB
Complementary color
Monochromatic Colors of #DC9DDB
Black with #DC9DDB
Text Example
Text Example
White with #DC9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DDB; }
p { color: rgb(220,157,219); }
H1.HeaderClassName
{
color: #DC9DDB;
}
.AnyTagClassName
{
color: #DC9DDB;
}
</style>
background-color css
<style>
a { background-color: #DC9DDB; }
a { background-color: rgb(220,157,219); }
div.DivClassName
{
background-color: #DC9DDB;
}
.BgClassName
{
background-color: #DC9DDB;
}
</style>
border-color css
<style>
span { border-color: #DC9DDB; }
span { border-color: rgb(220,157,219); }
td.TdClassName
{
border-color: #DC9DDB;
}
.TagClassName
{
border-color: #DC9DDB;
}
</style>