Shades of Plum #D3ABDA
Tints of Plum #D3ABDA
RGB
CMYK
RGB Variations
Color information
#D3ABDA (or 0xD3ABDA) is known color: Plum. HEX triplet: D3, AB and DA. RGB value is (211,171,218). Sum of RGB (Red+Green+Blue) = 211+171+218=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABDA is #2C5425. Grayscale: #BCBCBC. Windows color (decimal): -2905126 or 14330835. OLE color: 14330835.
HSL color Cylindrical-coordinate representation of color #D3ABDA: hue angle of 291.06º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3ABDA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 171 | 218 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.15 |
| HSL | 291.06º | 0.39% | 0.76% | - |
| HSV(B) | 291.06º | 0.22% | 0.85% | - |
| XYZ | 54.08 | 48.04 | 72.75 | - |
| YUV | 188.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 218 | 0.03 | 0.22 | 0 | 0.15 | 291.06 | 0.39 | 0.76 |
| Hex | D3 | AB | DA | 3 | 16 | 0 | F | 123 | 27 | 4C |
| Octal | 323 | 253 | 332 | 3 | 26 | 0 | 17 | 443 | 47 | 114 |
| Binary | 11010011 | 10101011 | 11011010 | 11 | 10110 | 0 | 1111 | 100100011 | 100111 | 1001100 |
Color Harmonies of #D3ABDA
Complementary color
Monochromatic Colors of #D3ABDA
Black with #D3ABDA
Text Example
Text Example
White with #D3ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABDA; }
p { color: rgb(211,171,218); }
H1.HeaderClassName
{
color: #D3ABDA;
}
.AnyTagClassName
{
color: #D3ABDA;
}
</style>
background-color css
<style>
a { background-color: #D3ABDA; }
a { background-color: rgb(211,171,218); }
div.DivClassName
{
background-color: #D3ABDA;
}
.BgClassName
{
background-color: #D3ABDA;
}
</style>
border-color css
<style>
span { border-color: #D3ABDA; }
span { border-color: rgb(211,171,218); }
td.TdClassName
{
border-color: #D3ABDA;
}
.TagClassName
{
border-color: #D3ABDA;
}
</style>