Shades of Plum #DB8CCC
Tints of Plum #DB8CCC
RGB
CMYK
RGB Variations
Color information
#DB8CCC (or 0xDB8CCC) is known color: Plum. HEX triplet: DB, 8C and CC. RGB value is (219,140,204). Sum of RGB (Red+Green+Blue) = 219+140+204=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CCC is #247333. Grayscale: #AAAAAA. Windows color (decimal): -2388788 or 13405403. OLE color: 13405403.
HSL color Cylindrical-coordinate representation of color #DB8CCC: hue angle of 311.39º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CCC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 204 | - |
CMYK | 0 | 0.36 | 0.07 | 0.14 |
HSL | 311.39º | 0.52% | 0.7% | - |
HSV(B) | 311.39º | 0.36% | 0.86% | - |
XYZ | 49.49 | 38.18 | 61.89 | - |
YUV | 170.92 | 146.67 | 162.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 204 | 0 | 0.36 | 0.07 | 0.14 | 311.39 | 0.52 | 0.7 |
Hex | DB | 8C | CC | 0 | 24 | 7 | E | 137 | 34 | 46 |
Octal | 333 | 214 | 314 | 0 | 44 | 7 | 16 | 467 | 64 | 106 |
Binary | 11011011 | 10001100 | 11001100 | 0 | 100100 | 111 | 1110 | 100110111 | 110100 | 1000110 |
Color Harmonies of #DB8CCC
Complementary color
Monochromatic Colors of #DB8CCC
Black with #DB8CCC
Text Example
Text Example
White with #DB8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CCC; }
p { color: rgb(219,140,204); }
H1.HeaderClassName
{
color: #DB8CCC;
}
.AnyTagClassName
{
color: #DB8CCC;
}
</style>
background-color css
<style>
a { background-color: #DB8CCC; }
a { background-color: rgb(219,140,204); }
div.DivClassName
{
background-color: #DB8CCC;
}
.BgClassName
{
background-color: #DB8CCC;
}
</style>
border-color css
<style>
span { border-color: #DB8CCC; }
span { border-color: rgb(219,140,204); }
td.TdClassName
{
border-color: #DB8CCC;
}
.TagClassName
{
border-color: #DB8CCC;
}
</style>