Shades of Plum #DBA4D0
Tints of Plum #DBA4D0
RGB
CMYK
RGB Variations
Color information
#DBA4D0 (or 0xDBA4D0) is known color: Plum. HEX triplet: DB, A4 and D0. RGB value is (219,164,208). Sum of RGB (Red+Green+Blue) = 219+164+208=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4D0 is #245B2F. Grayscale: #B9B9B9. Windows color (decimal): -2382640 or 13673691. OLE color: 13673691.
HSL color Cylindrical-coordinate representation of color #DBA4D0: hue angle of 312º 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 #DBA4D0 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 164 | 208 | - |
CMYK | 0 | 0.25 | 0.05 | 0.14 |
HSL | 312º | 0.43% | 0.75% | - |
HSV(B) | 312º | 0.25% | 0.86% | - |
XYZ | 53.87 | 46.17 | 65.75 | - |
YUV | 185.46 | 140.72 | 151.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 164 | 208 | 0 | 0.25 | 0.05 | 0.14 | 312 | 0.43 | 0.75 |
Hex | DB | A4 | D0 | 0 | 19 | 5 | E | 138 | 2B | 4B |
Octal | 333 | 244 | 320 | 0 | 31 | 5 | 16 | 470 | 53 | 113 |
Binary | 11011011 | 10100100 | 11010000 | 0 | 11001 | 101 | 1110 | 100111000 | 101011 | 1001011 |
Color Harmonies of #DBA4D0
Complementary color
Monochromatic Colors of #DBA4D0
Black with #DBA4D0
Text Example
Text Example
White with #DBA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4D0; }
p { color: rgb(219,164,208); }
H1.HeaderClassName
{
color: #DBA4D0;
}
.AnyTagClassName
{
color: #DBA4D0;
}
</style>
background-color css
<style>
a { background-color: #DBA4D0; }
a { background-color: rgb(219,164,208); }
div.DivClassName
{
background-color: #DBA4D0;
}
.BgClassName
{
background-color: #DBA4D0;
}
</style>
border-color css
<style>
span { border-color: #DBA4D0; }
span { border-color: rgb(219,164,208); }
td.TdClassName
{
border-color: #DBA4D0;
}
.TagClassName
{
border-color: #DBA4D0;
}
</style>