Shades of Plum #D4A6DB
Tints of Plum #D4A6DB
RGB
CMYK
RGB Variations
Color information
#D4A6DB (or 0xD4A6DB) is known color: Plum. HEX triplet: D4, A6 and DB. RGB value is (212,166,219). Sum of RGB (Red+Green+Blue) = 212+166+219=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6DB is #2B5924. Grayscale: #B9B9B9. Windows color (decimal): -2840869 or 14395092. OLE color: 14395092.
HSL color Cylindrical-coordinate representation of color #D4A6DB: hue angle of 292.08º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A6DB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 166 | 219 | - |
CMYK | 0.03 | 0.24 | 0 | 0.14 |
HSL | 292.08º | 0.42% | 0.75% | - |
HSV(B) | 292.08º | 0.24% | 0.86% | - |
XYZ | 53.57 | 46.38 | 73.15 | - |
YUV | 185.8 | 146.74 | 146.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 166 | 219 | 0.03 | 0.24 | 0 | 0.14 | 292.08 | 0.42 | 0.75 |
Hex | D4 | A6 | DB | 3 | 18 | 0 | E | 124 | 2A | 4B |
Octal | 324 | 246 | 333 | 3 | 30 | 0 | 16 | 444 | 52 | 113 |
Binary | 11010100 | 10100110 | 11011011 | 11 | 11000 | 0 | 1110 | 100100100 | 101010 | 1001011 |
Color Harmonies of #D4A6DB
Complementary color
Monochromatic Colors of #D4A6DB
Black with #D4A6DB
Text Example
Text Example
White with #D4A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6DB; }
p { color: rgb(212,166,219); }
H1.HeaderClassName
{
color: #D4A6DB;
}
.AnyTagClassName
{
color: #D4A6DB;
}
</style>
background-color css
<style>
a { background-color: #D4A6DB; }
a { background-color: rgb(212,166,219); }
div.DivClassName
{
background-color: #D4A6DB;
}
.BgClassName
{
background-color: #D4A6DB;
}
</style>
border-color css
<style>
span { border-color: #D4A6DB; }
span { border-color: rgb(212,166,219); }
td.TdClassName
{
border-color: #D4A6DB;
}
.TagClassName
{
border-color: #D4A6DB;
}
</style>