Shades of Plum #D5ABDB
Tints of Plum #D5ABDB
RGB
CMYK
RGB Variations
Color information
#D5ABDB (or 0xD5ABDB) is known color: Plum. HEX triplet: D5, AB and DB. RGB value is (213,171,219). Sum of RGB (Red+Green+Blue) = 213+171+219=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDB is #2A5424. Grayscale: #BCBCBC. Windows color (decimal): -2774053 or 14396373. OLE color: 14396373.
HSL color Cylindrical-coordinate representation of color #D5ABDB: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5ABDB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 171 | 219 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.14 |
| HSL | 292.5º | 0.4% | 0.76% | - |
| HSV(B) | 292.5º | 0.22% | 0.86% | - |
| XYZ | 54.79 | 48.39 | 73.47 | - |
| YUV | 189.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 219 | 0.03 | 0.22 | 0 | 0.14 | 292.5 | 0.4 | 0.76 |
| Hex | D5 | AB | DB | 3 | 16 | 0 | E | 124 | 28 | 4C |
| Octal | 325 | 253 | 333 | 3 | 26 | 0 | 16 | 444 | 50 | 114 |
| Binary | 11010101 | 10101011 | 11011011 | 11 | 10110 | 0 | 1110 | 100100100 | 101000 | 1001100 |
Color Harmonies of #D5ABDB
Complementary color
Monochromatic Colors of #D5ABDB
Black with #D5ABDB
Text Example
Text Example
White with #D5ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABDB; }
p { color: rgb(213,171,219); }
H1.HeaderClassName
{
color: #D5ABDB;
}
.AnyTagClassName
{
color: #D5ABDB;
}
</style>
background-color css
<style>
a { background-color: #D5ABDB; }
a { background-color: rgb(213,171,219); }
div.DivClassName
{
background-color: #D5ABDB;
}
.BgClassName
{
background-color: #D5ABDB;
}
</style>
border-color css
<style>
span { border-color: #D5ABDB; }
span { border-color: rgb(213,171,219); }
td.TdClassName
{
border-color: #D5ABDB;
}
.TagClassName
{
border-color: #D5ABDB;
}
</style>