Shades of Plum #DAAAE6
Tints of Plum #DAAAE6
RGB
CMYK
RGB Variations
Color information
#DAAAE6 (or 0xDAAAE6) is known color: Plum. HEX triplet: DA, AA and E6. RGB value is (218,170,230). Sum of RGB (Red+Green+Blue) = 218+170+230=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAE6 is #255519. Grayscale: #BFBFBF. Windows color (decimal): -2446618 or 15117018. OLE color: 15117018.
HSL color Cylindrical-coordinate representation of color #DAAAE6: hue angle of 288º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAAAE6 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 170 | 230 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.10 |
| HSL | 288º | 0.55% | 0.78% | - |
| HSV(B) | 288º | 0.26% | 0.9% | - |
| XYZ | 57.57 | 49.37 | 81.36 | - |
| YUV | 191.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 230 | 0.05 | 0.26 | 0 | 0.10 | 288 | 0.55 | 0.78 |
| Hex | DA | AA | E6 | 5 | 1A | 0 | A | 120 | 37 | 4E |
| Octal | 332 | 252 | 346 | 5 | 32 | 0 | 12 | 440 | 67 | 116 |
| Binary | 11011010 | 10101010 | 11100110 | 101 | 11010 | 0 | 1010 | 100100000 | 110111 | 1001110 |
Color Harmonies of #DAAAE6
Complementary color
Monochromatic Colors of #DAAAE6
Black with #DAAAE6
Text Example
Text Example
White with #DAAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAE6; }
p { color: rgb(218,170,230); }
H1.HeaderClassName
{
color: #DAAAE6;
}
.AnyTagClassName
{
color: #DAAAE6;
}
</style>
background-color css
<style>
a { background-color: #DAAAE6; }
a { background-color: rgb(218,170,230); }
div.DivClassName
{
background-color: #DAAAE6;
}
.BgClassName
{
background-color: #DAAAE6;
}
</style>
border-color css
<style>
span { border-color: #DAAAE6; }
span { border-color: rgb(218,170,230); }
td.TdClassName
{
border-color: #DAAAE6;
}
.TagClassName
{
border-color: #DAAAE6;
}
</style>