Shades of Plum #DAA1E6
Tints of Plum #DAA1E6
RGB
CMYK
RGB Variations
Color information
#DAA1E6 (or 0xDAA1E6) is known color: Plum. HEX triplet: DA, A1 and E6. RGB value is (218,161,230). Sum of RGB (Red+Green+Blue) = 218+161+230=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1E6 is #255E19. Grayscale: #B9B9B9. Windows color (decimal): -2448922 or 15114714. OLE color: 15114714.
HSL color Cylindrical-coordinate representation of color #DAA1E6: hue angle of 289.57º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA1E6 is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 161 | 230 | - |
| CMYK | 0.05 | 0.3 | 0 | 0.10 |
| HSL | 289.57º | 0.58% | 0.77% | - |
| HSV(B) | 289.57º | 0.3% | 0.9% | - |
| XYZ | 55.94 | 46.11 | 80.81 | - |
| YUV | 185.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 230 | 0.05 | 0.3 | 0 | 0.10 | 289.57 | 0.58 | 0.77 |
| Hex | DA | A1 | E6 | 5 | 1E | 0 | A | 122 | 3A | 4D |
| Octal | 332 | 241 | 346 | 5 | 36 | 0 | 12 | 442 | 72 | 115 |
| Binary | 11011010 | 10100001 | 11100110 | 101 | 11110 | 0 | 1010 | 100100010 | 111010 | 1001101 |
Color Harmonies of #DAA1E6
Complementary color
Monochromatic Colors of #DAA1E6
Black with #DAA1E6
Text Example
Text Example
White with #DAA1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1E6; }
p { color: rgb(218,161,230); }
H1.HeaderClassName
{
color: #DAA1E6;
}
.AnyTagClassName
{
color: #DAA1E6;
}
</style>
background-color css
<style>
a { background-color: #DAA1E6; }
a { background-color: rgb(218,161,230); }
div.DivClassName
{
background-color: #DAA1E6;
}
.BgClassName
{
background-color: #DAA1E6;
}
</style>
border-color css
<style>
span { border-color: #DAA1E6; }
span { border-color: rgb(218,161,230); }
td.TdClassName
{
border-color: #DAA1E6;
}
.TagClassName
{
border-color: #DAA1E6;
}
</style>