Shades of Plum #DAABDF
Tints of Plum #DAABDF
RGB
CMYK
RGB Variations
Color information
#DAABDF (or 0xDAABDF) is known color: Plum. HEX triplet: DA, AB and DF. RGB value is (218,171,223). Sum of RGB (Red+Green+Blue) = 218+171+223=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABDF is #255420. Grayscale: #BEBEBE. Windows color (decimal): -2446369 or 14658522. OLE color: 14658522.
HSL color Cylindrical-coordinate representation of color #DAABDF: hue angle of 294.23º degrees, saturation: 0.45, 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 #DAABDF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 171 | 223 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.13 |
| HSL | 294.23º | 0.45% | 0.77% | - |
| HSV(B) | 294.23º | 0.23% | 0.87% | - |
| XYZ | 56.8 | 49.36 | 76.35 | - |
| YUV | 190.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 223 | 0.02 | 0.23 | 0 | 0.13 | 294.23 | 0.45 | 0.77 |
| Hex | DA | AB | DF | 2 | 17 | 0 | D | 126 | 2D | 4D |
| Octal | 332 | 253 | 337 | 2 | 27 | 0 | 15 | 446 | 55 | 115 |
| Binary | 11011010 | 10101011 | 11011111 | 10 | 10111 | 0 | 1101 | 100100110 | 101101 | 1001101 |
Color Harmonies of #DAABDF
Complementary color
Monochromatic Colors of #DAABDF
Black with #DAABDF
Text Example
Text Example
White with #DAABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABDF; }
p { color: rgb(218,171,223); }
H1.HeaderClassName
{
color: #DAABDF;
}
.AnyTagClassName
{
color: #DAABDF;
}
</style>
background-color css
<style>
a { background-color: #DAABDF; }
a { background-color: rgb(218,171,223); }
div.DivClassName
{
background-color: #DAABDF;
}
.BgClassName
{
background-color: #DAABDF;
}
</style>
border-color css
<style>
span { border-color: #DAABDF; }
span { border-color: rgb(218,171,223); }
td.TdClassName
{
border-color: #DAABDF;
}
.TagClassName
{
border-color: #DAABDF;
}
</style>