Shades of Plum #DB9CD3
Tints of Plum #DB9CD3
RGB
CMYK
RGB Variations
Color information
#DB9CD3 (or 0xDB9CD3) is known color: Plum. HEX triplet: DB, 9C and D3. RGB value is (219,156,211). Sum of RGB (Red+Green+Blue) = 219+156+211=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CD3 is #24632C. Grayscale: #B4B4B4. Windows color (decimal): -2384685 or 13868251. OLE color: 13868251.
HSL color Cylindrical-coordinate representation of color #DB9CD3: hue angle of 307.62º 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 #DB9CD3 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 211 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.14 |
| HSL | 307.62º | 0.47% | 0.74% | - |
| HSV(B) | 307.62º | 0.29% | 0.86% | - |
| XYZ | 52.86 | 43.54 | 67.25 | - |
| YUV | 181.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 211 | 0 | 0.29 | 0.04 | 0.14 | 307.62 | 0.47 | 0.74 |
| Hex | DB | 9C | D3 | 0 | 1D | 4 | E | 134 | 2F | 4A |
| Octal | 333 | 234 | 323 | 0 | 35 | 4 | 16 | 464 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11010011 | 0 | 11101 | 100 | 1110 | 100110100 | 101111 | 1001010 |
Color Harmonies of #DB9CD3
Complementary color
Monochromatic Colors of #DB9CD3
Black with #DB9CD3
Text Example
Text Example
White with #DB9CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CD3; }
p { color: rgb(219,156,211); }
H1.HeaderClassName
{
color: #DB9CD3;
}
.AnyTagClassName
{
color: #DB9CD3;
}
</style>
background-color css
<style>
a { background-color: #DB9CD3; }
a { background-color: rgb(219,156,211); }
div.DivClassName
{
background-color: #DB9CD3;
}
.BgClassName
{
background-color: #DB9CD3;
}
</style>
border-color css
<style>
span { border-color: #DB9CD3; }
span { border-color: rgb(219,156,211); }
td.TdClassName
{
border-color: #DB9CD3;
}
.TagClassName
{
border-color: #DB9CD3;
}
</style>