Shades of Plum #DB9BD5
Tints of Plum #DB9BD5
RGB
CMYK
RGB Variations
Color information
#DB9BD5 (or 0xDB9BD5) is known color: Plum. HEX triplet: DB, 9B and D5. RGB value is (219,155,213). Sum of RGB (Red+Green+Blue) = 219+155+213=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BD5 is #24642A. Grayscale: #B4B4B4. Windows color (decimal): -2384939 or 13999067. OLE color: 13999067.
HSL color Cylindrical-coordinate representation of color #DB9BD5: hue angle of 305.62º 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 #DB9BD5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 213 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.14 |
| HSL | 305.63º | 0.47% | 0.73% | - |
| HSV(B) | 305.63º | 0.29% | 0.86% | - |
| XYZ | 52.95 | 43.31 | 68.52 | - |
| YUV | 180.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 213 | 0 | 0.29 | 0.03 | 0.14 | 305.63 | 0.47 | 0.73 |
| Hex | DB | 9B | D5 | 0 | 1D | 3 | E | 132 | 2F | 49 |
| Octal | 333 | 233 | 325 | 0 | 35 | 3 | 16 | 462 | 57 | 111 |
| Binary | 11011011 | 10011011 | 11010101 | 0 | 11101 | 11 | 1110 | 100110010 | 101111 | 1001001 |
Color Harmonies of #DB9BD5
Complementary color
Monochromatic Colors of #DB9BD5
Black with #DB9BD5
Text Example
Text Example
White with #DB9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BD5; }
p { color: rgb(219,155,213); }
H1.HeaderClassName
{
color: #DB9BD5;
}
.AnyTagClassName
{
color: #DB9BD5;
}
</style>
background-color css
<style>
a { background-color: #DB9BD5; }
a { background-color: rgb(219,155,213); }
div.DivClassName
{
background-color: #DB9BD5;
}
.BgClassName
{
background-color: #DB9BD5;
}
</style>
border-color css
<style>
span { border-color: #DB9BD5; }
span { border-color: rgb(219,155,213); }
td.TdClassName
{
border-color: #DB9BD5;
}
.TagClassName
{
border-color: #DB9BD5;
}
</style>