Shades of Plum #D7A8DB
Tints of Plum #D7A8DB
RGB
CMYK
RGB Variations
Color information
#D7A8DB (or 0xD7A8DB) is known color: Plum. HEX triplet: D7, A8 and DB. RGB value is (215,168,219). Sum of RGB (Red+Green+Blue) = 215+168+219=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DB is #285724. Grayscale: #BBBBBB. Windows color (decimal): -2643749 or 14395607. OLE color: 14395607.
HSL color Cylindrical-coordinate representation of color #D7A8DB: hue angle of 295.29º 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 #D7A8DB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 168 | 219 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.14 |
| HSL | 295.29º | 0.41% | 0.76% | - |
| HSV(B) | 295.29º | 0.23% | 0.86% | - |
| XYZ | 54.81 | 47.57 | 73.31 | - |
| YUV | 187.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 219 | 0.02 | 0.23 | 0 | 0.14 | 295.29 | 0.41 | 0.76 |
| Hex | D7 | A8 | DB | 2 | 17 | 0 | E | 127 | 29 | 4C |
| Octal | 327 | 250 | 333 | 2 | 27 | 0 | 16 | 447 | 51 | 114 |
| Binary | 11010111 | 10101000 | 11011011 | 10 | 10111 | 0 | 1110 | 100100111 | 101001 | 1001100 |
Color Harmonies of #D7A8DB
Complementary color
Monochromatic Colors of #D7A8DB
Black with #D7A8DB
Text Example
Text Example
White with #D7A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8DB; }
p { color: rgb(215,168,219); }
H1.HeaderClassName
{
color: #D7A8DB;
}
.AnyTagClassName
{
color: #D7A8DB;
}
</style>
background-color css
<style>
a { background-color: #D7A8DB; }
a { background-color: rgb(215,168,219); }
div.DivClassName
{
background-color: #D7A8DB;
}
.BgClassName
{
background-color: #D7A8DB;
}
</style>
border-color css
<style>
span { border-color: #D7A8DB; }
span { border-color: rgb(215,168,219); }
td.TdClassName
{
border-color: #D7A8DB;
}
.TagClassName
{
border-color: #D7A8DB;
}
</style>