Shades of Plum #D3ADD6
Tints of Plum #D3ADD6
RGB
CMYK
RGB Variations
Color information
#D3ADD6 (or 0xD3ADD6) is known color: Plum. HEX triplet: D3, AD and D6. RGB value is (211,173,214). Sum of RGB (Red+Green+Blue) = 211+173+214=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADD6 is #2C5229. Grayscale: #BCBCBC. Windows color (decimal): -2904618 or 14069203. OLE color: 14069203.
HSL color Cylindrical-coordinate representation of color #D3ADD6: hue angle of 295.61º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3ADD6 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 173 | 214 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.16 |
| HSL | 295.61º | 0.33% | 0.76% | - |
| HSV(B) | 295.61º | 0.19% | 0.84% | - |
| XYZ | 53.95 | 48.59 | 70.15 | - |
| YUV | 189.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 214 | 0.01 | 0.19 | 0 | 0.16 | 295.61 | 0.33 | 0.76 |
| Hex | D3 | AD | D6 | 1 | 13 | 0 | 10 | 128 | 21 | 4C |
| Octal | 323 | 255 | 326 | 1 | 23 | 0 | 20 | 450 | 41 | 114 |
| Binary | 11010011 | 10101101 | 11010110 | 1 | 10011 | 0 | 10000 | 100101000 | 100001 | 1001100 |
Color Harmonies of #D3ADD6
Complementary color
Monochromatic Colors of #D3ADD6
Black with #D3ADD6
Text Example
Text Example
White with #D3ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADD6; }
p { color: rgb(211,173,214); }
H1.HeaderClassName
{
color: #D3ADD6;
}
.AnyTagClassName
{
color: #D3ADD6;
}
</style>
background-color css
<style>
a { background-color: #D3ADD6; }
a { background-color: rgb(211,173,214); }
div.DivClassName
{
background-color: #D3ADD6;
}
.BgClassName
{
background-color: #D3ADD6;
}
</style>
border-color css
<style>
span { border-color: #D3ADD6; }
span { border-color: rgb(211,173,214); }
td.TdClassName
{
border-color: #D3ADD6;
}
.TagClassName
{
border-color: #D3ADD6;
}
</style>