Shades of Plum #DB8DD4
Tints of Plum #DB8DD4
RGB
CMYK
RGB Variations
Color information
#DB8DD4 (or 0xDB8DD4) is known color: Plum. HEX triplet: DB, 8D and D4. RGB value is (219,141,212). Sum of RGB (Red+Green+Blue) = 219+141+212=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD4 is #24722B. Grayscale: #ACACAC. Windows color (decimal): -2388524 or 13929947. OLE color: 13929947.
HSL color Cylindrical-coordinate representation of color #DB8DD4: hue angle of 305.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DD4 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 212 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.14 |
| HSL | 305.38º | 0.52% | 0.71% | - |
| HSV(B) | 305.38º | 0.36% | 0.86% | - |
| XYZ | 50.62 | 38.86 | 67.12 | - |
| YUV | 172.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 212 | 0 | 0.36 | 0.03 | 0.14 | 305.38 | 0.52 | 0.71 |
| Hex | DB | 8D | D4 | 0 | 24 | 3 | E | 131 | 34 | 47 |
| Octal | 333 | 215 | 324 | 0 | 44 | 3 | 16 | 461 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11010100 | 0 | 100100 | 11 | 1110 | 100110001 | 110100 | 1000111 |
Color Harmonies of #DB8DD4
Complementary color
Monochromatic Colors of #DB8DD4
Black with #DB8DD4
Text Example
Text Example
White with #DB8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DD4; }
p { color: rgb(219,141,212); }
H1.HeaderClassName
{
color: #DB8DD4;
}
.AnyTagClassName
{
color: #DB8DD4;
}
</style>
background-color css
<style>
a { background-color: #DB8DD4; }
a { background-color: rgb(219,141,212); }
div.DivClassName
{
background-color: #DB8DD4;
}
.BgClassName
{
background-color: #DB8DD4;
}
</style>
border-color css
<style>
span { border-color: #DB8DD4; }
span { border-color: rgb(219,141,212); }
td.TdClassName
{
border-color: #DB8DD4;
}
.TagClassName
{
border-color: #DB8DD4;
}
</style>