Shades of Plum #DBA6D3
Tints of Plum #DBA6D3
RGB
CMYK
RGB Variations
Color information
#DBA6D3 (or 0xDBA6D3) is known color: Plum. HEX triplet: DB, A6 and D3. RGB value is (219,166,211). Sum of RGB (Red+Green+Blue) = 219+166+211=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D3 is #24592C. Grayscale: #BABABA. Windows color (decimal): -2382125 or 13870811. OLE color: 13870811.
HSL color Cylindrical-coordinate representation of color #DBA6D3: hue angle of 309.06º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6D3 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 211 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.14 |
| HSL | 309.06º | 0.42% | 0.75% | - |
| HSV(B) | 309.06º | 0.24% | 0.86% | - |
| XYZ | 54.61 | 47.04 | 67.83 | - |
| YUV | 186.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 211 | 0 | 0.24 | 0.04 | 0.14 | 309.06 | 0.42 | 0.75 |
| Hex | DB | A6 | D3 | 0 | 18 | 4 | E | 135 | 2A | 4B |
| Octal | 333 | 246 | 323 | 0 | 30 | 4 | 16 | 465 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11010011 | 0 | 11000 | 100 | 1110 | 100110101 | 101010 | 1001011 |
Color Harmonies of #DBA6D3
Complementary color
Monochromatic Colors of #DBA6D3
Black with #DBA6D3
Text Example
Text Example
White with #DBA6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6D3; }
p { color: rgb(219,166,211); }
H1.HeaderClassName
{
color: #DBA6D3;
}
.AnyTagClassName
{
color: #DBA6D3;
}
</style>
background-color css
<style>
a { background-color: #DBA6D3; }
a { background-color: rgb(219,166,211); }
div.DivClassName
{
background-color: #DBA6D3;
}
.BgClassName
{
background-color: #DBA6D3;
}
</style>
border-color css
<style>
span { border-color: #DBA6D3; }
span { border-color: rgb(219,166,211); }
td.TdClassName
{
border-color: #DBA6D3;
}
.TagClassName
{
border-color: #DBA6D3;
}
</style>