Shades of Plum #DAA9E8
Tints of Plum #DAA9E8
RGB
CMYK
RGB Variations
Color information
#DAA9E8 (or 0xDAA9E8) is known color: Plum. HEX triplet: DA, A9 and E8. RGB value is (218,169,232). Sum of RGB (Red+Green+Blue) = 218+169+232=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9E8 is #255617. Grayscale: #BEBEBE. Windows color (decimal): -2446872 or 15247834. OLE color: 15247834.
HSL color Cylindrical-coordinate representation of color #DAA9E8: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA9E8 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 169 | 232 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.09 |
| HSL | 286.67º | 0.58% | 0.79% | - |
| HSV(B) | 286.67º | 0.27% | 0.91% | - |
| XYZ | 57.67 | 49.11 | 82.78 | - |
| YUV | 190.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 232 | 0.06 | 0.27 | 0 | 0.09 | 286.67 | 0.58 | 0.79 |
| Hex | DA | A9 | E8 | 6 | 1B | 0 | 9 | 11F | 3A | 4F |
| Octal | 332 | 251 | 350 | 6 | 33 | 0 | 11 | 437 | 72 | 117 |
| Binary | 11011010 | 10101001 | 11101000 | 110 | 11011 | 0 | 1001 | 100011111 | 111010 | 1001111 |
Color Harmonies of #DAA9E8
Complementary color
Monochromatic Colors of #DAA9E8
Black with #DAA9E8
Text Example
Text Example
White with #DAA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9E8; }
p { color: rgb(218,169,232); }
H1.HeaderClassName
{
color: #DAA9E8;
}
.AnyTagClassName
{
color: #DAA9E8;
}
</style>
background-color css
<style>
a { background-color: #DAA9E8; }
a { background-color: rgb(218,169,232); }
div.DivClassName
{
background-color: #DAA9E8;
}
.BgClassName
{
background-color: #DAA9E8;
}
</style>
border-color css
<style>
span { border-color: #DAA9E8; }
span { border-color: rgb(218,169,232); }
td.TdClassName
{
border-color: #DAA9E8;
}
.TagClassName
{
border-color: #DAA9E8;
}
</style>