Shades of Plum #D3A3DB
Tints of Plum #D3A3DB
RGB
CMYK
RGB Variations
Color information
#D3A3DB (or 0xD3A3DB) is known color: Plum. HEX triplet: D3, A3 and DB. RGB value is (211,163,219). Sum of RGB (Red+Green+Blue) = 211+163+219=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A3DB is #2C5C24. Grayscale: #B7B7B7. Windows color (decimal): -2907173 or 14394323. OLE color: 14394323.
HSL color Cylindrical-coordinate representation of color #D3A3DB: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3A3DB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 163 | 219 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.14 |
| HSL | 291.43º | 0.44% | 0.75% | - |
| HSV(B) | 291.43º | 0.26% | 0.86% | - |
| XYZ | 52.75 | 45.16 | 72.95 | - |
| YUV | 183.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 219 | 0.04 | 0.26 | 0 | 0.14 | 291.43 | 0.44 | 0.75 |
| Hex | D3 | A3 | DB | 4 | 1A | 0 | E | 123 | 2C | 4B |
| Octal | 323 | 243 | 333 | 4 | 32 | 0 | 16 | 443 | 54 | 113 |
| Binary | 11010011 | 10100011 | 11011011 | 100 | 11010 | 0 | 1110 | 100100011 | 101100 | 1001011 |
Color Harmonies of #D3A3DB
Complementary color
Monochromatic Colors of #D3A3DB
Black with #D3A3DB
Text Example
Text Example
White with #D3A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A3DB; }
p { color: rgb(211,163,219); }
H1.HeaderClassName
{
color: #D3A3DB;
}
.AnyTagClassName
{
color: #D3A3DB;
}
</style>
background-color css
<style>
a { background-color: #D3A3DB; }
a { background-color: rgb(211,163,219); }
div.DivClassName
{
background-color: #D3A3DB;
}
.BgClassName
{
background-color: #D3A3DB;
}
</style>
border-color css
<style>
span { border-color: #D3A3DB; }
span { border-color: rgb(211,163,219); }
td.TdClassName
{
border-color: #D3A3DB;
}
.TagClassName
{
border-color: #D3A3DB;
}
</style>