Shades of Plum #DAA7DB
Tints of Plum #DAA7DB
RGB
CMYK
RGB Variations
Color information
#DAA7DB (or 0xDAA7DB) is known color: Plum. HEX triplet: DA, A7 and DB. RGB value is (218,167,219). Sum of RGB (Red+Green+Blue) = 218+167+219=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7DB is #255824. Grayscale: #BCBCBC. Windows color (decimal): -2447397 or 14395354. OLE color: 14395354.
HSL color Cylindrical-coordinate representation of color #DAA7DB: hue angle of 298.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA7DB is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 167 | 219 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.14 |
| HSL | 298.85º | 0.42% | 0.76% | - |
| HSV(B) | 298.85º | 0.24% | 0.86% | - |
| XYZ | 55.52 | 47.66 | 73.29 | - |
| YUV | 188.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 219 | 0.00 | 0.24 | 0 | 0.14 | 298.85 | 0.42 | 0.76 |
| Hex | DA | A7 | DB | 0 | 18 | 0 | E | 12B | 2A | 4C |
| Octal | 332 | 247 | 333 | 0 | 30 | 0 | 16 | 453 | 52 | 114 |
| Binary | 11011010 | 10100111 | 11011011 | 0 | 11000 | 0 | 1110 | 100101011 | 101010 | 1001100 |
Color Harmonies of #DAA7DB
Complementary color
Monochromatic Colors of #DAA7DB
Black with #DAA7DB
Text Example
Text Example
White with #DAA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7DB; }
p { color: rgb(218,167,219); }
H1.HeaderClassName
{
color: #DAA7DB;
}
.AnyTagClassName
{
color: #DAA7DB;
}
</style>
background-color css
<style>
a { background-color: #DAA7DB; }
a { background-color: rgb(218,167,219); }
div.DivClassName
{
background-color: #DAA7DB;
}
.BgClassName
{
background-color: #DAA7DB;
}
</style>
border-color css
<style>
span { border-color: #DAA7DB; }
span { border-color: rgb(218,167,219); }
td.TdClassName
{
border-color: #DAA7DB;
}
.TagClassName
{
border-color: #DAA7DB;
}
</style>