Shades of Plum #D4A4DC
Tints of Plum #D4A4DC
RGB
CMYK
RGB Variations
Color information
#D4A4DC (or 0xD4A4DC) is known color: Plum. HEX triplet: D4, A4 and DC. RGB value is (212,164,220). Sum of RGB (Red+Green+Blue) = 212+164+220=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4DC is #2B5B23. Grayscale: #B8B8B8. Windows color (decimal): -2841380 or 14460116. OLE color: 14460116.
HSL color Cylindrical-coordinate representation of color #D4A4DC: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A4DC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 164 | 220 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.14 |
| HSL | 291.43º | 0.44% | 0.75% | - |
| HSV(B) | 291.43º | 0.25% | 0.86% | - |
| XYZ | 53.35 | 45.72 | 73.72 | - |
| YUV | 184.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 220 | 0.04 | 0.25 | 0 | 0.14 | 291.43 | 0.44 | 0.75 |
| Hex | D4 | A4 | DC | 4 | 19 | 0 | E | 123 | 2C | 4B |
| Octal | 324 | 244 | 334 | 4 | 31 | 0 | 16 | 443 | 54 | 113 |
| Binary | 11010100 | 10100100 | 11011100 | 100 | 11001 | 0 | 1110 | 100100011 | 101100 | 1001011 |
Color Harmonies of #D4A4DC
Complementary color
Monochromatic Colors of #D4A4DC
Black with #D4A4DC
Text Example
Text Example
White with #D4A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4DC; }
p { color: rgb(212,164,220); }
H1.HeaderClassName
{
color: #D4A4DC;
}
.AnyTagClassName
{
color: #D4A4DC;
}
</style>
background-color css
<style>
a { background-color: #D4A4DC; }
a { background-color: rgb(212,164,220); }
div.DivClassName
{
background-color: #D4A4DC;
}
.BgClassName
{
background-color: #D4A4DC;
}
</style>
border-color css
<style>
span { border-color: #D4A4DC; }
span { border-color: rgb(212,164,220); }
td.TdClassName
{
border-color: #D4A4DC;
}
.TagClassName
{
border-color: #D4A4DC;
}
</style>