Shades of Plum #DB9ECB
Tints of Plum #DB9ECB
RGB
CMYK
RGB Variations
Color information
#DB9ECB (or 0xDB9ECB) is known color: Plum. HEX triplet: DB, 9E and CB. RGB value is (219,158,203). Sum of RGB (Red+Green+Blue) = 219+158+203=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ECB is #246134. Grayscale: #B5B5B5. Windows color (decimal): -2384181 or 13344475. OLE color: 13344475.
HSL color Cylindrical-coordinate representation of color #DB9ECB: hue angle of 315.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9ECB is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 203 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.14 |
| HSL | 315.74º | 0.46% | 0.74% | - |
| HSV(B) | 315.74º | 0.28% | 0.86% | - |
| XYZ | 52.22 | 43.83 | 62.21 | - |
| YUV | 181.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 203 | 0 | 0.28 | 0.07 | 0.14 | 315.74 | 0.46 | 0.74 |
| Hex | DB | 9E | CB | 0 | 1C | 7 | E | 13C | 2E | 4A |
| Octal | 333 | 236 | 313 | 0 | 34 | 7 | 16 | 474 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11001011 | 0 | 11100 | 111 | 1110 | 100111100 | 101110 | 1001010 |
Color Harmonies of #DB9ECB
Complementary color
Monochromatic Colors of #DB9ECB
Black with #DB9ECB
Text Example
Text Example
White with #DB9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ECB; }
p { color: rgb(219,158,203); }
H1.HeaderClassName
{
color: #DB9ECB;
}
.AnyTagClassName
{
color: #DB9ECB;
}
</style>
background-color css
<style>
a { background-color: #DB9ECB; }
a { background-color: rgb(219,158,203); }
div.DivClassName
{
background-color: #DB9ECB;
}
.BgClassName
{
background-color: #DB9ECB;
}
</style>
border-color css
<style>
span { border-color: #DB9ECB; }
span { border-color: rgb(219,158,203); }
td.TdClassName
{
border-color: #DB9ECB;
}
.TagClassName
{
border-color: #DB9ECB;
}
</style>