Shades of Plum #DAA7E2
Tints of Plum #DAA7E2
RGB
CMYK
RGB Variations
Color information
#DAA7E2 (or 0xDAA7E2) is known color: Plum. HEX triplet: DA, A7 and E2. RGB value is (218,167,226). Sum of RGB (Red+Green+Blue) = 218+167+226=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAA7E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7E2 is #25581D. Grayscale: #BCBCBC. Windows color (decimal): -2447390 or 14854106. OLE color: 14854106.
HSL color Cylindrical-coordinate representation of color #DAA7E2: hue angle of 291.86º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA7E2 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 167 | 226 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.11 |
| HSL | 291.86º | 0.5% | 0.77% | - |
| HSV(B) | 291.86º | 0.26% | 0.89% | - |
| XYZ | 56.46 | 48.03 | 78.25 | - |
| YUV | 188.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 226 | 0.04 | 0.26 | 0 | 0.11 | 291.86 | 0.5 | 0.77 |
| Hex | DA | A7 | E2 | 4 | 1A | 0 | B | 124 | 32 | 4D |
| Octal | 332 | 247 | 342 | 4 | 32 | 0 | 13 | 444 | 62 | 115 |
| Binary | 11011010 | 10100111 | 11100010 | 100 | 11010 | 0 | 1011 | 100100100 | 110010 | 1001101 |
Color Harmonies of #DAA7E2
Complementary color
Monochromatic Colors of #DAA7E2
Black with #DAA7E2
Text Example
Text Example
White with #DAA7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7E2; }
p { color: rgb(218,167,226); }
H1.HeaderClassName
{
color: #DAA7E2;
}
.AnyTagClassName
{
color: #DAA7E2;
}
</style>
background-color css
<style>
a { background-color: #DAA7E2; }
a { background-color: rgb(218,167,226); }
div.DivClassName
{
background-color: #DAA7E2;
}
.BgClassName
{
background-color: #DAA7E2;
}
</style>
border-color css
<style>
span { border-color: #DAA7E2; }
span { border-color: rgb(218,167,226); }
td.TdClassName
{
border-color: #DAA7E2;
}
.TagClassName
{
border-color: #DAA7E2;
}
</style>