Shades of Plum #DBA4D4
Tints of Plum #DBA4D4
RGB
CMYK
RGB Variations
Color information
#DBA4D4 (or 0xDBA4D4) is known color: Plum. HEX triplet: DB, A4 and D4. RGB value is (219,164,212). Sum of RGB (Red+Green+Blue) = 219+164+212=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4D4 is #245B2B. Grayscale: #B9B9B9. Windows color (decimal): -2382636 or 13935835. OLE color: 13935835.
HSL color Cylindrical-coordinate representation of color #DBA4D4: hue angle of 307.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4D4 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 212 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.14 |
| HSL | 307.64º | 0.43% | 0.75% | - |
| HSV(B) | 307.64º | 0.25% | 0.86% | - |
| XYZ | 54.37 | 46.36 | 68.37 | - |
| YUV | 185.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 212 | 0 | 0.25 | 0.03 | 0.14 | 307.64 | 0.43 | 0.75 |
| Hex | DB | A4 | D4 | 0 | 19 | 3 | E | 134 | 2B | 4B |
| Octal | 333 | 244 | 324 | 0 | 31 | 3 | 16 | 464 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11010100 | 0 | 11001 | 11 | 1110 | 100110100 | 101011 | 1001011 |
Color Harmonies of #DBA4D4
Complementary color
Monochromatic Colors of #DBA4D4
Black with #DBA4D4
Text Example
Text Example
White with #DBA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4D4; }
p { color: rgb(219,164,212); }
H1.HeaderClassName
{
color: #DBA4D4;
}
.AnyTagClassName
{
color: #DBA4D4;
}
</style>
background-color css
<style>
a { background-color: #DBA4D4; }
a { background-color: rgb(219,164,212); }
div.DivClassName
{
background-color: #DBA4D4;
}
.BgClassName
{
background-color: #DBA4D4;
}
</style>
border-color css
<style>
span { border-color: #DBA4D4; }
span { border-color: rgb(219,164,212); }
td.TdClassName
{
border-color: #DBA4D4;
}
.TagClassName
{
border-color: #DBA4D4;
}
</style>