Shades of Plum #D7A6DB
Tints of Plum #D7A6DB
RGB
CMYK
RGB Variations
Color information
#D7A6DB (or 0xD7A6DB) is known color: Plum. HEX triplet: D7, A6 and DB. RGB value is (215,166,219). Sum of RGB (Red+Green+Blue) = 215+166+219=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 166 (65.23% from 255 or 27.67% 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 #D7A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6DB is #285924. Grayscale: #BABABA. Windows color (decimal): -2644261 or 14395095. OLE color: 14395095.
HSL color Cylindrical-coordinate representation of color #D7A6DB: hue angle of 295.47º 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 #D7A6DB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 166 | 219 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.14 |
| HSL | 295.47º | 0.42% | 0.75% | - |
| HSV(B) | 295.47º | 0.24% | 0.86% | - |
| XYZ | 54.45 | 46.83 | 73.19 | - |
| YUV | 186.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 219 | 0.02 | 0.24 | 0 | 0.14 | 295.47 | 0.42 | 0.75 |
| Hex | D7 | A6 | DB | 2 | 18 | 0 | E | 127 | 2A | 4B |
| Octal | 327 | 246 | 333 | 2 | 30 | 0 | 16 | 447 | 52 | 113 |
| Binary | 11010111 | 10100110 | 11011011 | 10 | 11000 | 0 | 1110 | 100100111 | 101010 | 1001011 |
Color Harmonies of #D7A6DB
Complementary color
Monochromatic Colors of #D7A6DB
Black with #D7A6DB
Text Example
Text Example
White with #D7A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A6DB; }
p { color: rgb(215,166,219); }
H1.HeaderClassName
{
color: #D7A6DB;
}
.AnyTagClassName
{
color: #D7A6DB;
}
</style>
background-color css
<style>
a { background-color: #D7A6DB; }
a { background-color: rgb(215,166,219); }
div.DivClassName
{
background-color: #D7A6DB;
}
.BgClassName
{
background-color: #D7A6DB;
}
</style>
border-color css
<style>
span { border-color: #D7A6DB; }
span { border-color: rgb(215,166,219); }
td.TdClassName
{
border-color: #D7A6DB;
}
.TagClassName
{
border-color: #D7A6DB;
}
</style>