Shades of Plum #DAA4E2
Tints of Plum #DAA4E2
RGB
CMYK
RGB Variations
Color information
#DAA4E2 (or 0xDAA4E2) is known color: Plum. HEX triplet: DA, A4 and E2. RGB value is (218,164,226). Sum of RGB (Red+Green+Blue) = 218+164+226=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAA4E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4E2 is #255B1D. Grayscale: #BBBBBB. Windows color (decimal): -2448158 or 14853338. OLE color: 14853338.
HSL color Cylindrical-coordinate representation of color #DAA4E2: hue angle of 292.26º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA4E2 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 164 | 226 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.11 |
| HSL | 292.26º | 0.52% | 0.76% | - |
| HSV(B) | 292.26º | 0.27% | 0.89% | - |
| XYZ | 55.92 | 46.95 | 78.07 | - |
| YUV | 187.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 226 | 0.04 | 0.27 | 0 | 0.11 | 292.26 | 0.52 | 0.76 |
| Hex | DA | A4 | E2 | 4 | 1B | 0 | B | 124 | 34 | 4C |
| Octal | 332 | 244 | 342 | 4 | 33 | 0 | 13 | 444 | 64 | 114 |
| Binary | 11011010 | 10100100 | 11100010 | 100 | 11011 | 0 | 1011 | 100100100 | 110100 | 1001100 |
Color Harmonies of #DAA4E2
Complementary color
Monochromatic Colors of #DAA4E2
Black with #DAA4E2
Text Example
Text Example
White with #DAA4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4E2; }
p { color: rgb(218,164,226); }
H1.HeaderClassName
{
color: #DAA4E2;
}
.AnyTagClassName
{
color: #DAA4E2;
}
</style>
background-color css
<style>
a { background-color: #DAA4E2; }
a { background-color: rgb(218,164,226); }
div.DivClassName
{
background-color: #DAA4E2;
}
.BgClassName
{
background-color: #DAA4E2;
}
</style>
border-color css
<style>
span { border-color: #DAA4E2; }
span { border-color: rgb(218,164,226); }
td.TdClassName
{
border-color: #DAA4E2;
}
.TagClassName
{
border-color: #DAA4E2;
}
</style>