Shades of Plum #DB9FCE
Tints of Plum #DB9FCE
RGB
CMYK
RGB Variations
Color information
#DB9FCE (or 0xDB9FCE) is known color: Plum. HEX triplet: DB, 9F and CE. RGB value is (219,159,206). Sum of RGB (Red+Green+Blue) = 219+159+206=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FCE is #246031. Grayscale: #B6B6B6. Windows color (decimal): -2383922 or 13541339. OLE color: 13541339.
HSL color Cylindrical-coordinate representation of color #DB9FCE: hue angle of 313º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FCE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 206 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.14 |
| HSL | 313º | 0.45% | 0.74% | - |
| HSV(B) | 313º | 0.27% | 0.86% | - |
| XYZ | 52.75 | 44.31 | 64.17 | - |
| YUV | 182.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 206 | 0 | 0.27 | 0.06 | 0.14 | 313 | 0.45 | 0.74 |
| Hex | DB | 9F | CE | 0 | 1B | 6 | E | 139 | 2D | 4A |
| Octal | 333 | 237 | 316 | 0 | 33 | 6 | 16 | 471 | 55 | 112 |
| Binary | 11011011 | 10011111 | 11001110 | 0 | 11011 | 110 | 1110 | 100111001 | 101101 | 1001010 |
Color Harmonies of #DB9FCE
Complementary color
Monochromatic Colors of #DB9FCE
Black with #DB9FCE
Text Example
Text Example
White with #DB9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FCE; }
p { color: rgb(219,159,206); }
H1.HeaderClassName
{
color: #DB9FCE;
}
.AnyTagClassName
{
color: #DB9FCE;
}
</style>
background-color css
<style>
a { background-color: #DB9FCE; }
a { background-color: rgb(219,159,206); }
div.DivClassName
{
background-color: #DB9FCE;
}
.BgClassName
{
background-color: #DB9FCE;
}
</style>
border-color css
<style>
span { border-color: #DB9FCE; }
span { border-color: rgb(219,159,206); }
td.TdClassName
{
border-color: #DB9FCE;
}
.TagClassName
{
border-color: #DB9FCE;
}
</style>