Shades of Plum #D5ABDD
Tints of Plum #D5ABDD
RGB
CMYK
RGB Variations
Color information
#D5ABDD (or 0xD5ABDD) is known color: Plum. HEX triplet: D5, AB and DD. RGB value is (213,171,221). Sum of RGB (Red+Green+Blue) = 213+171+221=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDD is #2A5422. Grayscale: #BDBDBD. Windows color (decimal): -2774051 or 14527445. OLE color: 14527445.
HSL color Cylindrical-coordinate representation of color #D5ABDD: hue angle of 290.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5ABDD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 171 | 221 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.13 |
| HSL | 290.4º | 0.42% | 0.77% | - |
| HSV(B) | 290.4º | 0.23% | 0.87% | - |
| XYZ | 55.05 | 48.49 | 74.86 | - |
| YUV | 189.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 221 | 0.04 | 0.23 | 0 | 0.13 | 290.4 | 0.42 | 0.77 |
| Hex | D5 | AB | DD | 4 | 17 | 0 | D | 122 | 2A | 4D |
| Octal | 325 | 253 | 335 | 4 | 27 | 0 | 15 | 442 | 52 | 115 |
| Binary | 11010101 | 10101011 | 11011101 | 100 | 10111 | 0 | 1101 | 100100010 | 101010 | 1001101 |
Color Harmonies of #D5ABDD
Complementary color
Monochromatic Colors of #D5ABDD
Black with #D5ABDD
Text Example
Text Example
White with #D5ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABDD; }
p { color: rgb(213,171,221); }
H1.HeaderClassName
{
color: #D5ABDD;
}
.AnyTagClassName
{
color: #D5ABDD;
}
</style>
background-color css
<style>
a { background-color: #D5ABDD; }
a { background-color: rgb(213,171,221); }
div.DivClassName
{
background-color: #D5ABDD;
}
.BgClassName
{
background-color: #D5ABDD;
}
</style>
border-color css
<style>
span { border-color: #D5ABDD; }
span { border-color: rgb(213,171,221); }
td.TdClassName
{
border-color: #D5ABDD;
}
.TagClassName
{
border-color: #D5ABDD;
}
</style>