Shades of Plum #D5A8DB
Tints of Plum #D5A8DB
RGB
CMYK
RGB Variations
Color information
#D5A8DB (or 0xD5A8DB) is known color: Plum. HEX triplet: D5, A8 and DB. RGB value is (213,168,219). Sum of RGB (Red+Green+Blue) = 213+168+219=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 168 (66.02% from 255 or 28% 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 #D5A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8DB is #2A5724. Grayscale: #BBBBBB. Windows color (decimal): -2774821 or 14395605. OLE color: 14395605.
HSL color Cylindrical-coordinate representation of color #D5A8DB: hue angle of 292.94º 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 #D5A8DB is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 168 | 219 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.14 |
| HSL | 292.94º | 0.41% | 0.76% | - |
| HSV(B) | 292.94º | 0.23% | 0.86% | - |
| XYZ | 54.23 | 47.27 | 73.28 | - |
| YUV | 187.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 219 | 0.03 | 0.23 | 0 | 0.14 | 292.94 | 0.41 | 0.76 |
| Hex | D5 | A8 | DB | 3 | 17 | 0 | E | 125 | 29 | 4C |
| Octal | 325 | 250 | 333 | 3 | 27 | 0 | 16 | 445 | 51 | 114 |
| Binary | 11010101 | 10101000 | 11011011 | 11 | 10111 | 0 | 1110 | 100100101 | 101001 | 1001100 |
Color Harmonies of #D5A8DB
Complementary color
Monochromatic Colors of #D5A8DB
Black with #D5A8DB
Text Example
Text Example
White with #D5A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8DB; }
p { color: rgb(213,168,219); }
H1.HeaderClassName
{
color: #D5A8DB;
}
.AnyTagClassName
{
color: #D5A8DB;
}
</style>
background-color css
<style>
a { background-color: #D5A8DB; }
a { background-color: rgb(213,168,219); }
div.DivClassName
{
background-color: #D5A8DB;
}
.BgClassName
{
background-color: #D5A8DB;
}
</style>
border-color css
<style>
span { border-color: #D5A8DB; }
span { border-color: rgb(213,168,219); }
td.TdClassName
{
border-color: #D5A8DB;
}
.TagClassName
{
border-color: #D5A8DB;
}
</style>