Shades of Plum #D4A0DE
Tints of Plum #D4A0DE
RGB
CMYK
RGB Variations
Color information
#D4A0DE (or 0xD4A0DE) is known color: Plum. HEX triplet: D4, A0 and DE. RGB value is (212,160,222). Sum of RGB (Red+Green+Blue) = 212+160+222=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0DE is #2B5F21. Grayscale: #B6B6B6. Windows color (decimal): -2842402 or 14590164. OLE color: 14590164.
HSL color Cylindrical-coordinate representation of color #D4A0DE: hue angle of 290.32º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A0DE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 160 | 222 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.13 |
| HSL | 290.32º | 0.48% | 0.75% | - |
| HSV(B) | 290.32º | 0.28% | 0.87% | - |
| XYZ | 52.91 | 44.41 | 74.89 | - |
| YUV | 182.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 222 | 0.05 | 0.28 | 0 | 0.13 | 290.32 | 0.48 | 0.75 |
| Hex | D4 | A0 | DE | 5 | 1C | 0 | D | 122 | 30 | 4B |
| Octal | 324 | 240 | 336 | 5 | 34 | 0 | 15 | 442 | 60 | 113 |
| Binary | 11010100 | 10100000 | 11011110 | 101 | 11100 | 0 | 1101 | 100100010 | 110000 | 1001011 |
Color Harmonies of #D4A0DE
Complementary color
Monochromatic Colors of #D4A0DE
Black with #D4A0DE
Text Example
Text Example
White with #D4A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0DE; }
p { color: rgb(212,160,222); }
H1.HeaderClassName
{
color: #D4A0DE;
}
.AnyTagClassName
{
color: #D4A0DE;
}
</style>
background-color css
<style>
a { background-color: #D4A0DE; }
a { background-color: rgb(212,160,222); }
div.DivClassName
{
background-color: #D4A0DE;
}
.BgClassName
{
background-color: #D4A0DE;
}
</style>
border-color css
<style>
span { border-color: #D4A0DE; }
span { border-color: rgb(212,160,222); }
td.TdClassName
{
border-color: #D4A0DE;
}
.TagClassName
{
border-color: #D4A0DE;
}
</style>