Shades of Plum #DB9BCE
Tints of Plum #DB9BCE
RGB
CMYK
RGB Variations
Color information
#DB9BCE (or 0xDB9BCE) is known color: Plum. HEX triplet: DB, 9B and CE. RGB value is (219,155,206). Sum of RGB (Red+Green+Blue) = 219+155+206=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BCE is #246431. Grayscale: #B3B3B3. Windows color (decimal): -2384946 or 13540315. OLE color: 13540315.
HSL color Cylindrical-coordinate representation of color #DB9BCE: hue angle of 312.19º 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 #DB9BCE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 206 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.14 |
| HSL | 312.19º | 0.47% | 0.73% | - |
| HSV(B) | 312.19º | 0.29% | 0.86% | - |
| XYZ | 52.08 | 42.96 | 63.94 | - |
| YUV | 179.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 206 | 0 | 0.29 | 0.06 | 0.14 | 312.19 | 0.47 | 0.73 |
| Hex | DB | 9B | CE | 0 | 1D | 6 | E | 138 | 2F | 49 |
| Octal | 333 | 233 | 316 | 0 | 35 | 6 | 16 | 470 | 57 | 111 |
| Binary | 11011011 | 10011011 | 11001110 | 0 | 11101 | 110 | 1110 | 100111000 | 101111 | 1001001 |
Color Harmonies of #DB9BCE
Complementary color
Monochromatic Colors of #DB9BCE
Black with #DB9BCE
Text Example
Text Example
White with #DB9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BCE; }
p { color: rgb(219,155,206); }
H1.HeaderClassName
{
color: #DB9BCE;
}
.AnyTagClassName
{
color: #DB9BCE;
}
</style>
background-color css
<style>
a { background-color: #DB9BCE; }
a { background-color: rgb(219,155,206); }
div.DivClassName
{
background-color: #DB9BCE;
}
.BgClassName
{
background-color: #DB9BCE;
}
</style>
border-color css
<style>
span { border-color: #DB9BCE; }
span { border-color: rgb(219,155,206); }
td.TdClassName
{
border-color: #DB9BCE;
}
.TagClassName
{
border-color: #DB9BCE;
}
</style>