Shades of Plum #DBA4D3
Tints of Plum #DBA4D3
RGB
CMYK
RGB Variations
Color information
#DBA4D3 (or 0xDBA4D3) is known color: Plum. HEX triplet: DB, A4 and D3. RGB value is (219,164,211). Sum of RGB (Red+Green+Blue) = 219+164+211=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4D3 is #245B2C. Grayscale: #B9B9B9. Windows color (decimal): -2382637 or 13870299. OLE color: 13870299.
HSL color Cylindrical-coordinate representation of color #DBA4D3: hue angle of 308.73º 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 #DBA4D3 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 211 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.14 |
| HSL | 308.73º | 0.43% | 0.75% | - |
| HSV(B) | 308.73º | 0.25% | 0.86% | - |
| XYZ | 54.25 | 46.31 | 67.71 | - |
| YUV | 185.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 211 | 0 | 0.25 | 0.04 | 0.14 | 308.73 | 0.43 | 0.75 |
| Hex | DB | A4 | D3 | 0 | 19 | 4 | E | 135 | 2B | 4B |
| Octal | 333 | 244 | 323 | 0 | 31 | 4 | 16 | 465 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11010011 | 0 | 11001 | 100 | 1110 | 100110101 | 101011 | 1001011 |
Color Harmonies of #DBA4D3
Complementary color
Monochromatic Colors of #DBA4D3
Black with #DBA4D3
Text Example
Text Example
White with #DBA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4D3; }
p { color: rgb(219,164,211); }
H1.HeaderClassName
{
color: #DBA4D3;
}
.AnyTagClassName
{
color: #DBA4D3;
}
</style>
background-color css
<style>
a { background-color: #DBA4D3; }
a { background-color: rgb(219,164,211); }
div.DivClassName
{
background-color: #DBA4D3;
}
.BgClassName
{
background-color: #DBA4D3;
}
</style>
border-color css
<style>
span { border-color: #DBA4D3; }
span { border-color: rgb(219,164,211); }
td.TdClassName
{
border-color: #DBA4D3;
}
.TagClassName
{
border-color: #DBA4D3;
}
</style>