Shades of Plum #DB8CCD
Tints of Plum #DB8CCD
RGB
CMYK
RGB Variations
Color information
#DB8CCD (or 0xDB8CCD) is known color: Plum. HEX triplet: DB, 8C and CD. RGB value is (219,140,205). Sum of RGB (Red+Green+Blue) = 219+140+205=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CCD is #247332. Grayscale: #AAAAAA. Windows color (decimal): -2388787 or 13470939. OLE color: 13470939.
HSL color Cylindrical-coordinate representation of color #DB8CCD: hue angle of 310.63º 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 #DB8CCD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 205 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.14 |
| HSL | 310.63º | 0.52% | 0.7% | - |
| HSV(B) | 310.63º | 0.36% | 0.86% | - |
| XYZ | 49.61 | 38.22 | 62.52 | - |
| YUV | 171.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 205 | 0 | 0.36 | 0.06 | 0.14 | 310.63 | 0.52 | 0.7 |
| Hex | DB | 8C | CD | 0 | 24 | 6 | E | 137 | 34 | 46 |
| Octal | 333 | 214 | 315 | 0 | 44 | 6 | 16 | 467 | 64 | 106 |
| Binary | 11011011 | 10001100 | 11001101 | 0 | 100100 | 110 | 1110 | 100110111 | 110100 | 1000110 |
Color Harmonies of #DB8CCD
Complementary color
Monochromatic Colors of #DB8CCD
Black with #DB8CCD
Text Example
Text Example
White with #DB8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CCD; }
p { color: rgb(219,140,205); }
H1.HeaderClassName
{
color: #DB8CCD;
}
.AnyTagClassName
{
color: #DB8CCD;
}
</style>
background-color css
<style>
a { background-color: #DB8CCD; }
a { background-color: rgb(219,140,205); }
div.DivClassName
{
background-color: #DB8CCD;
}
.BgClassName
{
background-color: #DB8CCD;
}
</style>
border-color css
<style>
span { border-color: #DB8CCD; }
span { border-color: rgb(219,140,205); }
td.TdClassName
{
border-color: #DB8CCD;
}
.TagClassName
{
border-color: #DB8CCD;
}
</style>