Shades of Plum #D3A6DB
Tints of Plum #D3A6DB
RGB
CMYK
RGB Variations
Color information
#D3A6DB (or 0xD3A6DB) is known color: Plum. HEX triplet: D3, A6 and DB. RGB value is (211,166,219). Sum of RGB (Red+Green+Blue) = 211+166+219=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6DB is #2C5924. Grayscale: #B9B9B9. Windows color (decimal): -2906405 or 14395091. OLE color: 14395091.
HSL color Cylindrical-coordinate representation of color #D3A6DB: hue angle of 290.94º 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 #D3A6DB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 166 | 219 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.14 |
| HSL | 290.94º | 0.42% | 0.75% | - |
| HSV(B) | 290.94º | 0.24% | 0.86% | - |
| XYZ | 53.29 | 46.24 | 73.13 | - |
| YUV | 185.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 219 | 0.04 | 0.24 | 0 | 0.14 | 290.94 | 0.42 | 0.75 |
| Hex | D3 | A6 | DB | 4 | 18 | 0 | E | 123 | 2A | 4B |
| Octal | 323 | 246 | 333 | 4 | 30 | 0 | 16 | 443 | 52 | 113 |
| Binary | 11010011 | 10100110 | 11011011 | 100 | 11000 | 0 | 1110 | 100100011 | 101010 | 1001011 |
Color Harmonies of #D3A6DB
Complementary color
Monochromatic Colors of #D3A6DB
Black with #D3A6DB
Text Example
Text Example
White with #D3A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A6DB; }
p { color: rgb(211,166,219); }
H1.HeaderClassName
{
color: #D3A6DB;
}
.AnyTagClassName
{
color: #D3A6DB;
}
</style>
background-color css
<style>
a { background-color: #D3A6DB; }
a { background-color: rgb(211,166,219); }
div.DivClassName
{
background-color: #D3A6DB;
}
.BgClassName
{
background-color: #D3A6DB;
}
</style>
border-color css
<style>
span { border-color: #D3A6DB; }
span { border-color: rgb(211,166,219); }
td.TdClassName
{
border-color: #D3A6DB;
}
.TagClassName
{
border-color: #D3A6DB;
}
</style>