Shades of Plum #D4A0DB
Tints of Plum #D4A0DB
RGB
CMYK
RGB Variations
Color information
#D4A0DB (or 0xD4A0DB) is known color: Plum. HEX triplet: D4, A0 and DB. RGB value is (212,160,219). Sum of RGB (Red+Green+Blue) = 212+160+219=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0DB is #2B5F24. Grayscale: #B6B6B6. Windows color (decimal): -2842405 or 14393556. OLE color: 14393556.
HSL color Cylindrical-coordinate representation of color #D4A0DB: hue angle of 292.88º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A0DB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 160 | 219 | - |
CMYK | 0.03 | 0.27 | 0 | 0.14 |
HSL | 292.88º | 0.45% | 0.74% | - |
HSV(B) | 292.88º | 0.27% | 0.86% | - |
XYZ | 52.51 | 44.25 | 72.79 | - |
YUV | 182.27 | 148.73 | 149.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 160 | 219 | 0.03 | 0.27 | 0 | 0.14 | 292.88 | 0.45 | 0.74 |
Hex | D4 | A0 | DB | 3 | 1B | 0 | E | 125 | 2D | 4A |
Octal | 324 | 240 | 333 | 3 | 33 | 0 | 16 | 445 | 55 | 112 |
Binary | 11010100 | 10100000 | 11011011 | 11 | 11011 | 0 | 1110 | 100100101 | 101101 | 1001010 |
Color Harmonies of #D4A0DB
Complementary color
Monochromatic Colors of #D4A0DB
Black with #D4A0DB
Text Example
Text Example
White with #D4A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0DB; }
p { color: rgb(212,160,219); }
H1.HeaderClassName
{
color: #D4A0DB;
}
.AnyTagClassName
{
color: #D4A0DB;
}
</style>
background-color css
<style>
a { background-color: #D4A0DB; }
a { background-color: rgb(212,160,219); }
div.DivClassName
{
background-color: #D4A0DB;
}
.BgClassName
{
background-color: #D4A0DB;
}
</style>
border-color css
<style>
span { border-color: #D4A0DB; }
span { border-color: rgb(212,160,219); }
td.TdClassName
{
border-color: #D4A0DB;
}
.TagClassName
{
border-color: #D4A0DB;
}
</style>