Shades of Plum #D4A0D3
Tints of Plum #D4A0D3
RGB
CMYK
RGB Variations
Color information
#D4A0D3 (or 0xD4A0D3) is known color: Plum. HEX triplet: D4, A0 and D3. RGB value is (212,160,211). Sum of RGB (Red+Green+Blue) = 212+160+211=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0D3 is #2B5F2C. Grayscale: #B5B5B5. Windows color (decimal): -2842413 or 13869268. OLE color: 13869268.
HSL color Cylindrical-coordinate representation of color #D4A0D3: hue angle of 301.15º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0D3 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 211 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.17 |
| HSL | 301.15º | 0.38% | 0.73% | - |
| HSV(B) | 301.15º | 0.25% | 0.83% | - |
| XYZ | 51.48 | 43.84 | 67.38 | - |
| YUV | 181.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 211 | 0 | 0.25 | 0.00 | 0.17 | 301.15 | 0.38 | 0.73 |
| Hex | D4 | A0 | D3 | 0 | 19 | 0 | 11 | 12D | 26 | 49 |
| Octal | 324 | 240 | 323 | 0 | 31 | 0 | 21 | 455 | 46 | 111 |
| Binary | 11010100 | 10100000 | 11010011 | 0 | 11001 | 0 | 10001 | 100101101 | 100110 | 1001001 |
Color Harmonies of #D4A0D3
Complementary color
Monochromatic Colors of #D4A0D3
Black with #D4A0D3
Text Example
Text Example
White with #D4A0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0D3; }
p { color: rgb(212,160,211); }
H1.HeaderClassName
{
color: #D4A0D3;
}
.AnyTagClassName
{
color: #D4A0D3;
}
</style>
background-color css
<style>
a { background-color: #D4A0D3; }
a { background-color: rgb(212,160,211); }
div.DivClassName
{
background-color: #D4A0D3;
}
.BgClassName
{
background-color: #D4A0D3;
}
</style>
border-color css
<style>
span { border-color: #D4A0D3; }
span { border-color: rgb(212,160,211); }
td.TdClassName
{
border-color: #D4A0D3;
}
.TagClassName
{
border-color: #D4A0D3;
}
</style>