Shades of Plum #DB8CD4
Tints of Plum #DB8CD4
RGB
CMYK
RGB Variations
Color information
#DB8CD4 (or 0xDB8CD4) is known color: Plum. HEX triplet: DB, 8C and D4. RGB value is (219,140,212). Sum of RGB (Red+Green+Blue) = 219+140+212=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CD4 is #24732B. Grayscale: #ABABAB. Windows color (decimal): -2388780 or 13929691. OLE color: 13929691.
HSL color Cylindrical-coordinate representation of color #DB8CD4: hue angle of 305.32º 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 #DB8CD4 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 212 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.14 |
| HSL | 305.32º | 0.52% | 0.7% | - |
| HSV(B) | 305.32º | 0.36% | 0.86% | - |
| XYZ | 50.48 | 38.57 | 67.07 | - |
| YUV | 171.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 212 | 0 | 0.36 | 0.03 | 0.14 | 305.32 | 0.52 | 0.7 |
| Hex | DB | 8C | D4 | 0 | 24 | 3 | E | 131 | 34 | 46 |
| Octal | 333 | 214 | 324 | 0 | 44 | 3 | 16 | 461 | 64 | 106 |
| Binary | 11011011 | 10001100 | 11010100 | 0 | 100100 | 11 | 1110 | 100110001 | 110100 | 1000110 |
Color Harmonies of #DB8CD4
Complementary color
Monochromatic Colors of #DB8CD4
Black with #DB8CD4
Text Example
Text Example
White with #DB8CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CD4; }
p { color: rgb(219,140,212); }
H1.HeaderClassName
{
color: #DB8CD4;
}
.AnyTagClassName
{
color: #DB8CD4;
}
</style>
background-color css
<style>
a { background-color: #DB8CD4; }
a { background-color: rgb(219,140,212); }
div.DivClassName
{
background-color: #DB8CD4;
}
.BgClassName
{
background-color: #DB8CD4;
}
</style>
border-color css
<style>
span { border-color: #DB8CD4; }
span { border-color: rgb(219,140,212); }
td.TdClassName
{
border-color: #DB8CD4;
}
.TagClassName
{
border-color: #DB8CD4;
}
</style>