Shades of Plum #D4A9DB
Tints of Plum #D4A9DB
RGB
CMYK
RGB Variations
Color information
#D4A9DB (or 0xD4A9DB) is known color: Plum. HEX triplet: D4, A9 and DB. RGB value is (212,169,219). Sum of RGB (Red+Green+Blue) = 212+169+219=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9DB is #2B5624. Grayscale: #BBBBBB. Windows color (decimal): -2840101 or 14395860. OLE color: 14395860.
HSL color Cylindrical-coordinate representation of color #D4A9DB: hue angle of 291.6º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A9DB is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 169 | 219 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.14 |
| HSL | 291.6º | 0.41% | 0.76% | - |
| HSV(B) | 291.6º | 0.23% | 0.86% | - |
| XYZ | 54.13 | 47.49 | 73.33 | - |
| YUV | 187.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 219 | 0.03 | 0.23 | 0 | 0.14 | 291.6 | 0.41 | 0.76 |
| Hex | D4 | A9 | DB | 3 | 17 | 0 | E | 124 | 29 | 4C |
| Octal | 324 | 251 | 333 | 3 | 27 | 0 | 16 | 444 | 51 | 114 |
| Binary | 11010100 | 10101001 | 11011011 | 11 | 10111 | 0 | 1110 | 100100100 | 101001 | 1001100 |
Color Harmonies of #D4A9DB
Complementary color
Monochromatic Colors of #D4A9DB
Black with #D4A9DB
Text Example
Text Example
White with #D4A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9DB; }
p { color: rgb(212,169,219); }
H1.HeaderClassName
{
color: #D4A9DB;
}
.AnyTagClassName
{
color: #D4A9DB;
}
</style>
background-color css
<style>
a { background-color: #D4A9DB; }
a { background-color: rgb(212,169,219); }
div.DivClassName
{
background-color: #D4A9DB;
}
.BgClassName
{
background-color: #D4A9DB;
}
</style>
border-color css
<style>
span { border-color: #D4A9DB; }
span { border-color: rgb(212,169,219); }
td.TdClassName
{
border-color: #D4A9DB;
}
.TagClassName
{
border-color: #D4A9DB;
}
</style>