Shades of Plum #D4A7DC
Tints of Plum #D4A7DC
RGB
CMYK
RGB Variations
Color information
#D4A7DC (or 0xD4A7DC) is known color: Plum. HEX triplet: D4, A7 and DC. RGB value is (212,167,220). Sum of RGB (Red+Green+Blue) = 212+167+220=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7DC is #2B5823. Grayscale: #BABABA. Windows color (decimal): -2840612 or 14460884. OLE color: 14460884.
HSL color Cylindrical-coordinate representation of color #D4A7DC: hue angle of 290.94º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A7DC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 167 | 220 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.14 |
| HSL | 290.94º | 0.43% | 0.76% | - |
| HSV(B) | 290.94º | 0.24% | 0.86% | - |
| XYZ | 53.89 | 46.8 | 73.9 | - |
| YUV | 186.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 220 | 0.04 | 0.24 | 0 | 0.14 | 290.94 | 0.43 | 0.76 |
| Hex | D4 | A7 | DC | 4 | 18 | 0 | E | 123 | 2B | 4C |
| Octal | 324 | 247 | 334 | 4 | 30 | 0 | 16 | 443 | 53 | 114 |
| Binary | 11010100 | 10100111 | 11011100 | 100 | 11000 | 0 | 1110 | 100100011 | 101011 | 1001100 |
Color Harmonies of #D4A7DC
Complementary color
Monochromatic Colors of #D4A7DC
Black with #D4A7DC
Text Example
Text Example
White with #D4A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7DC; }
p { color: rgb(212,167,220); }
H1.HeaderClassName
{
color: #D4A7DC;
}
.AnyTagClassName
{
color: #D4A7DC;
}
</style>
background-color css
<style>
a { background-color: #D4A7DC; }
a { background-color: rgb(212,167,220); }
div.DivClassName
{
background-color: #D4A7DC;
}
.BgClassName
{
background-color: #D4A7DC;
}
</style>
border-color css
<style>
span { border-color: #D4A7DC; }
span { border-color: rgb(212,167,220); }
td.TdClassName
{
border-color: #D4A7DC;
}
.TagClassName
{
border-color: #D4A7DC;
}
</style>