Shades of Plum #DAA0E8
Tints of Plum #DAA0E8
RGB
CMYK
RGB Variations
Color information
#DAA0E8 (or 0xDAA0E8) is known color: Plum. HEX triplet: DA, A0 and E8. RGB value is (218,160,232). Sum of RGB (Red+Green+Blue) = 218+160+232=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAA0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0E8 is #255F17. Grayscale: #B9B9B9. Windows color (decimal): -2449176 or 15245530. OLE color: 15245530.
HSL color Cylindrical-coordinate representation of color #DAA0E8: hue angle of 288.33º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA0E8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 160 | 232 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.09 |
| HSL | 288.33º | 0.61% | 0.77% | - |
| HSV(B) | 288.33º | 0.31% | 0.91% | - |
| XYZ | 56.05 | 45.87 | 82.24 | - |
| YUV | 185.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 232 | 0.06 | 0.31 | 0 | 0.09 | 288.33 | 0.61 | 0.77 |
| Hex | DA | A0 | E8 | 6 | 1F | 0 | 9 | 120 | 3D | 4D |
| Octal | 332 | 240 | 350 | 6 | 37 | 0 | 11 | 440 | 75 | 115 |
| Binary | 11011010 | 10100000 | 11101000 | 110 | 11111 | 0 | 1001 | 100100000 | 111101 | 1001101 |
Color Harmonies of #DAA0E8
Complementary color
Monochromatic Colors of #DAA0E8
Black with #DAA0E8
Text Example
Text Example
White with #DAA0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0E8; }
p { color: rgb(218,160,232); }
H1.HeaderClassName
{
color: #DAA0E8;
}
.AnyTagClassName
{
color: #DAA0E8;
}
</style>
background-color css
<style>
a { background-color: #DAA0E8; }
a { background-color: rgb(218,160,232); }
div.DivClassName
{
background-color: #DAA0E8;
}
.BgClassName
{
background-color: #DAA0E8;
}
</style>
border-color css
<style>
span { border-color: #DAA0E8; }
span { border-color: rgb(218,160,232); }
td.TdClassName
{
border-color: #DAA0E8;
}
.TagClassName
{
border-color: #DAA0E8;
}
</style>