Shades of Plum #DB9FCC
Tints of Plum #DB9FCC
RGB
CMYK
RGB Variations
Color information
#DB9FCC (or 0xDB9FCC) is known color: Plum. HEX triplet: DB, 9F and CC. RGB value is (219,159,204). Sum of RGB (Red+Green+Blue) = 219+159+204=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FCC is #246033. Grayscale: #B5B5B5. Windows color (decimal): -2383924 or 13410267. OLE color: 13410267.
HSL color Cylindrical-coordinate representation of color #DB9FCC: hue angle of 315º 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 #DB9FCC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 204 | - |
CMYK | 0 | 0.27 | 0.07 | 0.14 |
HSL | 315º | 0.45% | 0.74% | - |
HSV(B) | 315º | 0.27% | 0.86% | - |
XYZ | 52.51 | 44.22 | 62.89 | - |
YUV | 182.07 | 140.38 | 154.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 204 | 0 | 0.27 | 0.07 | 0.14 | 315 | 0.45 | 0.74 |
Hex | DB | 9F | CC | 0 | 1B | 7 | E | 13B | 2D | 4A |
Octal | 333 | 237 | 314 | 0 | 33 | 7 | 16 | 473 | 55 | 112 |
Binary | 11011011 | 10011111 | 11001100 | 0 | 11011 | 111 | 1110 | 100111011 | 101101 | 1001010 |
Color Harmonies of #DB9FCC
Complementary color
Monochromatic Colors of #DB9FCC
Black with #DB9FCC
Text Example
Text Example
White with #DB9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FCC; }
p { color: rgb(219,159,204); }
H1.HeaderClassName
{
color: #DB9FCC;
}
.AnyTagClassName
{
color: #DB9FCC;
}
</style>
background-color css
<style>
a { background-color: #DB9FCC; }
a { background-color: rgb(219,159,204); }
div.DivClassName
{
background-color: #DB9FCC;
}
.BgClassName
{
background-color: #DB9FCC;
}
</style>
border-color css
<style>
span { border-color: #DB9FCC; }
span { border-color: rgb(219,159,204); }
td.TdClassName
{
border-color: #DB9FCC;
}
.TagClassName
{
border-color: #DB9FCC;
}
</style>