Shades of Plum #DB9DCF
Tints of Plum #DB9DCF
RGB
CMYK
RGB Variations
Color information
#DB9DCF (or 0xDB9DCF) is known color: Plum. HEX triplet: DB, 9D and CF. RGB value is (219,157,207). Sum of RGB (Red+Green+Blue) = 219+157+207=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCF is #246230. Grayscale: #B5B5B5. Windows color (decimal): -2384433 or 13606363. OLE color: 13606363.
HSL color Cylindrical-coordinate representation of color #DB9DCF: hue angle of 311.61º 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 #DB9DCF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 207 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.14 |
| HSL | 311.61º | 0.46% | 0.74% | - |
| HSV(B) | 311.61º | 0.28% | 0.86% | - |
| XYZ | 52.53 | 43.68 | 64.69 | - |
| YUV | 181.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 207 | 0 | 0.28 | 0.05 | 0.14 | 311.61 | 0.46 | 0.74 |
| Hex | DB | 9D | CF | 0 | 1C | 5 | E | 138 | 2E | 4A |
| Octal | 333 | 235 | 317 | 0 | 34 | 5 | 16 | 470 | 56 | 112 |
| Binary | 11011011 | 10011101 | 11001111 | 0 | 11100 | 101 | 1110 | 100111000 | 101110 | 1001010 |
Color Harmonies of #DB9DCF
Complementary color
Monochromatic Colors of #DB9DCF
Black with #DB9DCF
Text Example
Text Example
White with #DB9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DCF; }
p { color: rgb(219,157,207); }
H1.HeaderClassName
{
color: #DB9DCF;
}
.AnyTagClassName
{
color: #DB9DCF;
}
</style>
background-color css
<style>
a { background-color: #DB9DCF; }
a { background-color: rgb(219,157,207); }
div.DivClassName
{
background-color: #DB9DCF;
}
.BgClassName
{
background-color: #DB9DCF;
}
</style>
border-color css
<style>
span { border-color: #DB9DCF; }
span { border-color: rgb(219,157,207); }
td.TdClassName
{
border-color: #DB9DCF;
}
.TagClassName
{
border-color: #DB9DCF;
}
</style>