Shades of Plum #DB9FCF
Tints of Plum #DB9FCF
RGB
CMYK
RGB Variations
Color information
#DB9FCF (or 0xDB9FCF) is known color: Plum. HEX triplet: DB, 9F and CF. RGB value is (219,159,207). Sum of RGB (Red+Green+Blue) = 219+159+207=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FCF is #246030. Grayscale: #B6B6B6. Windows color (decimal): -2383921 or 13606875. OLE color: 13606875.
HSL color Cylindrical-coordinate representation of color #DB9FCF: hue angle of 312º 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 #DB9FCF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 207 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.14 |
| HSL | 312º | 0.45% | 0.74% | - |
| HSV(B) | 312º | 0.27% | 0.86% | - |
| XYZ | 52.87 | 44.36 | 64.81 | - |
| YUV | 182.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 207 | 0 | 0.27 | 0.05 | 0.14 | 312 | 0.45 | 0.74 |
| Hex | DB | 9F | CF | 0 | 1B | 5 | E | 138 | 2D | 4A |
| Octal | 333 | 237 | 317 | 0 | 33 | 5 | 16 | 470 | 55 | 112 |
| Binary | 11011011 | 10011111 | 11001111 | 0 | 11011 | 101 | 1110 | 100111000 | 101101 | 1001010 |
Color Harmonies of #DB9FCF
Complementary color
Monochromatic Colors of #DB9FCF
Black with #DB9FCF
Text Example
Text Example
White with #DB9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FCF; }
p { color: rgb(219,159,207); }
H1.HeaderClassName
{
color: #DB9FCF;
}
.AnyTagClassName
{
color: #DB9FCF;
}
</style>
background-color css
<style>
a { background-color: #DB9FCF; }
a { background-color: rgb(219,159,207); }
div.DivClassName
{
background-color: #DB9FCF;
}
.BgClassName
{
background-color: #DB9FCF;
}
</style>
border-color css
<style>
span { border-color: #DB9FCF; }
span { border-color: rgb(219,159,207); }
td.TdClassName
{
border-color: #DB9FCF;
}
.TagClassName
{
border-color: #DB9FCF;
}
</style>