Shades of Plum #DAA0E4
Tints of Plum #DAA0E4
RGB
CMYK
RGB Variations
Color information
#DAA0E4 (or 0xDAA0E4) is known color: Plum. HEX triplet: DA, A0 and E4. RGB value is (218,160,228). Sum of RGB (Red+Green+Blue) = 218+160+228=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0E4 is #255F1B. Grayscale: #B8B8B8. Windows color (decimal): -2449180 or 14983386. OLE color: 14983386.
HSL color Cylindrical-coordinate representation of color #DAA0E4: hue angle of 291.18º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA0E4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 160 | 228 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.11 |
| HSL | 291.18º | 0.56% | 0.76% | - |
| HSV(B) | 291.18º | 0.3% | 0.89% | - |
| XYZ | 55.49 | 45.65 | 79.29 | - |
| YUV | 185.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 228 | 0.04 | 0.30 | 0 | 0.11 | 291.18 | 0.56 | 0.76 |
| Hex | DA | A0 | E4 | 4 | 1E | 0 | B | 123 | 38 | 4C |
| Octal | 332 | 240 | 344 | 4 | 36 | 0 | 13 | 443 | 70 | 114 |
| Binary | 11011010 | 10100000 | 11100100 | 100 | 11110 | 0 | 1011 | 100100011 | 111000 | 1001100 |
Color Harmonies of #DAA0E4
Complementary color
Monochromatic Colors of #DAA0E4
Black with #DAA0E4
Text Example
Text Example
White with #DAA0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0E4; }
p { color: rgb(218,160,228); }
H1.HeaderClassName
{
color: #DAA0E4;
}
.AnyTagClassName
{
color: #DAA0E4;
}
</style>
background-color css
<style>
a { background-color: #DAA0E4; }
a { background-color: rgb(218,160,228); }
div.DivClassName
{
background-color: #DAA0E4;
}
.BgClassName
{
background-color: #DAA0E4;
}
</style>
border-color css
<style>
span { border-color: #DAA0E4; }
span { border-color: rgb(218,160,228); }
td.TdClassName
{
border-color: #DAA0E4;
}
.TagClassName
{
border-color: #DAA0E4;
}
</style>