Shades of Plum #DAABDD
Tints of Plum #DAABDD
RGB
CMYK
RGB Variations
Color information
#DAABDD (or 0xDAABDD) is known color: Plum. HEX triplet: DA, AB and DD. RGB value is (218,171,221). Sum of RGB (Red+Green+Blue) = 218+171+221=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABDD is #255422. Grayscale: #BEBEBE. Windows color (decimal): -2446371 or 14527450. OLE color: 14527450.
HSL color Cylindrical-coordinate representation of color #DAABDD: hue angle of 296.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 #DAABDD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 171 | 221 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 296.4º | 0.42% | 0.77% | - |
| HSV(B) | 296.4º | 0.23% | 0.87% | - |
| XYZ | 56.53 | 49.25 | 74.93 | - |
| YUV | 190.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 221 | 0.01 | 0.23 | 0 | 0.13 | 296.4 | 0.42 | 0.77 |
| Hex | DA | AB | DD | 1 | 17 | 0 | D | 128 | 2A | 4D |
| Octal | 332 | 253 | 335 | 1 | 27 | 0 | 15 | 450 | 52 | 115 |
| Binary | 11011010 | 10101011 | 11011101 | 1 | 10111 | 0 | 1101 | 100101000 | 101010 | 1001101 |
Color Harmonies of #DAABDD
Complementary color
Monochromatic Colors of #DAABDD
Black with #DAABDD
Text Example
Text Example
White with #DAABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABDD; }
p { color: rgb(218,171,221); }
H1.HeaderClassName
{
color: #DAABDD;
}
.AnyTagClassName
{
color: #DAABDD;
}
</style>
background-color css
<style>
a { background-color: #DAABDD; }
a { background-color: rgb(218,171,221); }
div.DivClassName
{
background-color: #DAABDD;
}
.BgClassName
{
background-color: #DAABDD;
}
</style>
border-color css
<style>
span { border-color: #DAABDD; }
span { border-color: rgb(218,171,221); }
td.TdClassName
{
border-color: #DAABDD;
}
.TagClassName
{
border-color: #DAABDD;
}
</style>