Shades of Plum #DB9BD0
Tints of Plum #DB9BD0
RGB
CMYK
RGB Variations
Color information
#DB9BD0 (or 0xDB9BD0) is known color: Plum. HEX triplet: DB, 9B and D0. RGB value is (219,155,208). Sum of RGB (Red+Green+Blue) = 219+155+208=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BD0 is #24642F. Grayscale: #B4B4B4. Windows color (decimal): -2384944 or 13671387. OLE color: 13671387.
HSL color Cylindrical-coordinate representation of color #DB9BD0: hue angle of 310.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BD0 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 208 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.14 |
| HSL | 310.31º | 0.47% | 0.73% | - |
| HSV(B) | 310.31º | 0.29% | 0.86% | - |
| XYZ | 52.32 | 43.06 | 65.23 | - |
| YUV | 180.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 208 | 0 | 0.29 | 0.05 | 0.14 | 310.31 | 0.47 | 0.73 |
| Hex | DB | 9B | D0 | 0 | 1D | 5 | E | 136 | 2F | 49 |
| Octal | 333 | 233 | 320 | 0 | 35 | 5 | 16 | 466 | 57 | 111 |
| Binary | 11011011 | 10011011 | 11010000 | 0 | 11101 | 101 | 1110 | 100110110 | 101111 | 1001001 |
Color Harmonies of #DB9BD0
Complementary color
Monochromatic Colors of #DB9BD0
Black with #DB9BD0
Text Example
Text Example
White with #DB9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BD0; }
p { color: rgb(219,155,208); }
H1.HeaderClassName
{
color: #DB9BD0;
}
.AnyTagClassName
{
color: #DB9BD0;
}
</style>
background-color css
<style>
a { background-color: #DB9BD0; }
a { background-color: rgb(219,155,208); }
div.DivClassName
{
background-color: #DB9BD0;
}
.BgClassName
{
background-color: #DB9BD0;
}
</style>
border-color css
<style>
span { border-color: #DB9BD0; }
span { border-color: rgb(219,155,208); }
td.TdClassName
{
border-color: #DB9BD0;
}
.TagClassName
{
border-color: #DB9BD0;
}
</style>