Shades of Plum #DAABDB
Tints of Plum #DAABDB
RGB
CMYK
RGB Variations
Color information
#DAABDB (or 0xDAABDB) is known color: Plum. HEX triplet: DA, AB and DB. RGB value is (218,171,219). Sum of RGB (Red+Green+Blue) = 218+171+219=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABDB is #255424. Grayscale: #BEBEBE. Windows color (decimal): -2446373 or 14396378. OLE color: 14396378.
HSL color Cylindrical-coordinate representation of color #DAABDB: hue angle of 298.75º 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 #DAABDB is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 171 | 219 | - |
CMYK | 0.00 | 0.22 | 0 | 0.14 |
HSL | 298.75º | 0.4% | 0.76% | - |
HSV(B) | 298.75º | 0.22% | 0.86% | - |
XYZ | 56.26 | 49.15 | 73.54 | - |
YUV | 190.53 | 144.07 | 147.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 171 | 219 | 0.00 | 0.22 | 0 | 0.14 | 298.75 | 0.4 | 0.76 |
Hex | DA | AB | DB | 0 | 16 | 0 | E | 12B | 28 | 4C |
Octal | 332 | 253 | 333 | 0 | 26 | 0 | 16 | 453 | 50 | 114 |
Binary | 11011010 | 10101011 | 11011011 | 0 | 10110 | 0 | 1110 | 100101011 | 101000 | 1001100 |
Color Harmonies of #DAABDB
Complementary color
Monochromatic Colors of #DAABDB
Black with #DAABDB
Text Example
Text Example
White with #DAABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABDB; }
p { color: rgb(218,171,219); }
H1.HeaderClassName
{
color: #DAABDB;
}
.AnyTagClassName
{
color: #DAABDB;
}
</style>
background-color css
<style>
a { background-color: #DAABDB; }
a { background-color: rgb(218,171,219); }
div.DivClassName
{
background-color: #DAABDB;
}
.BgClassName
{
background-color: #DAABDB;
}
</style>
border-color css
<style>
span { border-color: #DAABDB; }
span { border-color: rgb(218,171,219); }
td.TdClassName
{
border-color: #DAABDB;
}
.TagClassName
{
border-color: #DAABDB;
}
</style>