Shades of Plum #DB9DCE
Tints of Plum #DB9DCE
RGB
CMYK
RGB Variations
Color information
#DB9DCE (or 0xDB9DCE) is known color: Plum. HEX triplet: DB, 9D and CE. RGB value is (219,157,206). Sum of RGB (Red+Green+Blue) = 219+157+206=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCE is #246231. Grayscale: #B4B4B4. Windows color (decimal): -2384434 or 13540827. OLE color: 13540827.
HSL color Cylindrical-coordinate representation of color #DB9DCE: hue angle of 312.58º 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 #DB9DCE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 206 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.14 |
| HSL | 312.58º | 0.46% | 0.74% | - |
| HSV(B) | 312.58º | 0.28% | 0.86% | - |
| XYZ | 52.41 | 43.63 | 64.05 | - |
| YUV | 181.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 206 | 0 | 0.28 | 0.06 | 0.14 | 312.58 | 0.46 | 0.74 |
| Hex | DB | 9D | CE | 0 | 1C | 6 | E | 139 | 2E | 4A |
| Octal | 333 | 235 | 316 | 0 | 34 | 6 | 16 | 471 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11001110 | 0 | 11100 | 110 | 1110 | 100111001 | 101110 | 1001010 |
Color Harmonies of #DB9DCE
Complementary color
Monochromatic Colors of #DB9DCE
Black with #DB9DCE
Text Example
Text Example
White with #DB9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DCE; }
p { color: rgb(219,157,206); }
H1.HeaderClassName
{
color: #DB9DCE;
}
.AnyTagClassName
{
color: #DB9DCE;
}
</style>
background-color css
<style>
a { background-color: #DB9DCE; }
a { background-color: rgb(219,157,206); }
div.DivClassName
{
background-color: #DB9DCE;
}
.BgClassName
{
background-color: #DB9DCE;
}
</style>
border-color css
<style>
span { border-color: #DB9DCE; }
span { border-color: rgb(219,157,206); }
td.TdClassName
{
border-color: #DB9DCE;
}
.TagClassName
{
border-color: #DB9DCE;
}
</style>