Shades of Plum #DAA8D7
Tints of Plum #DAA8D7
RGB
CMYK
RGB Variations
Color information
#DAA8D7 (or 0xDAA8D7) is known color: Plum. HEX triplet: DA, A8 and D7. RGB value is (218,168,215). Sum of RGB (Red+Green+Blue) = 218+168+215=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D7 is #255728. Grayscale: #BCBCBC. Windows color (decimal): -2447145 or 14133466. OLE color: 14133466.
HSL color Cylindrical-coordinate representation of color #DAA8D7: hue angle of 303.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8D7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 215 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.15 |
| HSL | 303.6º | 0.4% | 0.76% | - |
| HSV(B) | 303.6º | 0.23% | 0.85% | - |
| XYZ | 55.18 | 47.82 | 70.61 | - |
| YUV | 188.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 215 | 0 | 0.23 | 0.01 | 0.15 | 303.6 | 0.4 | 0.76 |
| Hex | DA | A8 | D7 | 0 | 17 | 1 | F | 130 | 28 | 4C |
| Octal | 332 | 250 | 327 | 0 | 27 | 1 | 17 | 460 | 50 | 114 |
| Binary | 11011010 | 10101000 | 11010111 | 0 | 10111 | 1 | 1111 | 100110000 | 101000 | 1001100 |
Color Harmonies of #DAA8D7
Complementary color
Monochromatic Colors of #DAA8D7
Black with #DAA8D7
Text Example
Text Example
White with #DAA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8D7; }
p { color: rgb(218,168,215); }
H1.HeaderClassName
{
color: #DAA8D7;
}
.AnyTagClassName
{
color: #DAA8D7;
}
</style>
background-color css
<style>
a { background-color: #DAA8D7; }
a { background-color: rgb(218,168,215); }
div.DivClassName
{
background-color: #DAA8D7;
}
.BgClassName
{
background-color: #DAA8D7;
}
</style>
border-color css
<style>
span { border-color: #DAA8D7; }
span { border-color: rgb(218,168,215); }
td.TdClassName
{
border-color: #DAA8D7;
}
.TagClassName
{
border-color: #DAA8D7;
}
</style>