Shades of Plum #DB9CDD
Tints of Plum #DB9CDD
RGB
CMYK
RGB Variations
Color information
#DB9CDD (or 0xDB9CDD) is known color: Plum. HEX triplet: DB, 9C and DD. RGB value is (219,156,221). Sum of RGB (Red+Green+Blue) = 219+156+221=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDD is #246322. Grayscale: #B6B6B6. Windows color (decimal): -2384675 or 14523611. OLE color: 14523611.
HSL color Cylindrical-coordinate representation of color #DB9CDD: hue angle of 298.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 156 | 221 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.13 |
| HSL | 298.15º | 0.49% | 0.74% | - |
| HSV(B) | 298.15º | 0.29% | 0.87% | - |
| XYZ | 54.15 | 44.06 | 74.06 | - |
| YUV | 182.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 221 | 0.01 | 0.29 | 0 | 0.13 | 298.15 | 0.49 | 0.74 |
| Hex | DB | 9C | DD | 1 | 1D | 0 | D | 12A | 31 | 4A |
| Octal | 333 | 234 | 335 | 1 | 35 | 0 | 15 | 452 | 61 | 112 |
| Binary | 11011011 | 10011100 | 11011101 | 1 | 11101 | 0 | 1101 | 100101010 | 110001 | 1001010 |
Color Harmonies of #DB9CDD
Complementary color
Monochromatic Colors of #DB9CDD
Black with #DB9CDD
Text Example
Text Example
White with #DB9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CDD; }
p { color: rgb(219,156,221); }
H1.HeaderClassName
{
color: #DB9CDD;
}
.AnyTagClassName
{
color: #DB9CDD;
}
</style>
background-color css
<style>
a { background-color: #DB9CDD; }
a { background-color: rgb(219,156,221); }
div.DivClassName
{
background-color: #DB9CDD;
}
.BgClassName
{
background-color: #DB9CDD;
}
</style>
border-color css
<style>
span { border-color: #DB9CDD; }
span { border-color: rgb(219,156,221); }
td.TdClassName
{
border-color: #DB9CDD;
}
.TagClassName
{
border-color: #DB9CDD;
}
</style>