Shades of Plum #D5A1DB
Tints of Plum #D5A1DB
RGB
CMYK
RGB Variations
Color information
#D5A1DB (or 0xD5A1DB) is known color: Plum. HEX triplet: D5, A1 and DB. RGB value is (213,161,219). Sum of RGB (Red+Green+Blue) = 213+161+219=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1DB is #2A5E24. Grayscale: #B6B6B6. Windows color (decimal): -2776613 or 14393813. OLE color: 14393813.
HSL color Cylindrical-coordinate representation of color #D5A1DB: hue angle of 293.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5A1DB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 161 | 219 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.14 |
| HSL | 293.79º | 0.45% | 0.75% | - |
| HSV(B) | 293.79º | 0.26% | 0.86% | - |
| XYZ | 52.97 | 44.75 | 72.86 | - |
| YUV | 183.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 219 | 0.03 | 0.26 | 0 | 0.14 | 293.79 | 0.45 | 0.75 |
| Hex | D5 | A1 | DB | 3 | 1A | 0 | E | 126 | 2D | 4B |
| Octal | 325 | 241 | 333 | 3 | 32 | 0 | 16 | 446 | 55 | 113 |
| Binary | 11010101 | 10100001 | 11011011 | 11 | 11010 | 0 | 1110 | 100100110 | 101101 | 1001011 |
Color Harmonies of #D5A1DB
Complementary color
Monochromatic Colors of #D5A1DB
Black with #D5A1DB
Text Example
Text Example
White with #D5A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1DB; }
p { color: rgb(213,161,219); }
H1.HeaderClassName
{
color: #D5A1DB;
}
.AnyTagClassName
{
color: #D5A1DB;
}
</style>
background-color css
<style>
a { background-color: #D5A1DB; }
a { background-color: rgb(213,161,219); }
div.DivClassName
{
background-color: #D5A1DB;
}
.BgClassName
{
background-color: #D5A1DB;
}
</style>
border-color css
<style>
span { border-color: #D5A1DB; }
span { border-color: rgb(213,161,219); }
td.TdClassName
{
border-color: #D5A1DB;
}
.TagClassName
{
border-color: #D5A1DB;
}
</style>