Shades of Plum #D3A6D4
Tints of Plum #D3A6D4
RGB
CMYK
RGB Variations
Color information
#D3A6D4 (or 0xD3A6D4) is known color: Plum. HEX triplet: D3, A6 and D4. RGB value is (211,166,212). Sum of RGB (Red+Green+Blue) = 211+166+212=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #D3A6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A6D4 is #2C592B. Grayscale: #B8B8B8. Windows color (decimal): -2906412 or 13936339. OLE color: 13936339.
HSL color Cylindrical-coordinate representation of color #D3A6D4: hue angle of 298.7º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A6D4 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 212 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.17 |
| HSL | 298.7º | 0.35% | 0.74% | - |
| HSV(B) | 298.7º | 0.22% | 0.83% | - |
| XYZ | 52.38 | 45.87 | 68.38 | - |
| YUV | 184.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 212 | 0.00 | 0.22 | 0 | 0.17 | 298.7 | 0.35 | 0.74 |
| Hex | D3 | A6 | D4 | 0 | 16 | 0 | 11 | 12B | 23 | 4A |
| Octal | 323 | 246 | 324 | 0 | 26 | 0 | 21 | 453 | 43 | 112 |
| Binary | 11010011 | 10100110 | 11010100 | 0 | 10110 | 0 | 10001 | 100101011 | 100011 | 1001010 |
Color Harmonies of #D3A6D4
Complementary color
Monochromatic Colors of #D3A6D4
Black with #D3A6D4
Text Example
Text Example
White with #D3A6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A6D4; }
p { color: rgb(211,166,212); }
H1.HeaderClassName
{
color: #D3A6D4;
}
.AnyTagClassName
{
color: #D3A6D4;
}
</style>
background-color css
<style>
a { background-color: #D3A6D4; }
a { background-color: rgb(211,166,212); }
div.DivClassName
{
background-color: #D3A6D4;
}
.BgClassName
{
background-color: #D3A6D4;
}
</style>
border-color css
<style>
span { border-color: #D3A6D4; }
span { border-color: rgb(211,166,212); }
td.TdClassName
{
border-color: #D3A6D4;
}
.TagClassName
{
border-color: #D3A6D4;
}
</style>