Shades of Plum #DAAAE3
Tints of Plum #DAAAE3
RGB
CMYK
RGB Variations
Color information
#DAAAE3 (or 0xDAAAE3) is known color: Plum. HEX triplet: DA, AA and E3. RGB value is (218,170,227). Sum of RGB (Red+Green+Blue) = 218+170+227=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAE3 is #25551C. Grayscale: #BEBEBE. Windows color (decimal): -2446621 or 14920410. OLE color: 14920410.
HSL color Cylindrical-coordinate representation of color #DAAAE3: hue angle of 290.53º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAAAE3 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 170 | 227 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.11 |
| HSL | 290.53º | 0.5% | 0.78% | - |
| HSV(B) | 290.53º | 0.25% | 0.89% | - |
| XYZ | 57.15 | 49.2 | 79.16 | - |
| YUV | 190.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 227 | 0.04 | 0.25 | 0 | 0.11 | 290.53 | 0.5 | 0.78 |
| Hex | DA | AA | E3 | 4 | 19 | 0 | B | 123 | 32 | 4E |
| Octal | 332 | 252 | 343 | 4 | 31 | 0 | 13 | 443 | 62 | 116 |
| Binary | 11011010 | 10101010 | 11100011 | 100 | 11001 | 0 | 1011 | 100100011 | 110010 | 1001110 |
Color Harmonies of #DAAAE3
Complementary color
Monochromatic Colors of #DAAAE3
Black with #DAAAE3
Text Example
Text Example
White with #DAAAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAE3; }
p { color: rgb(218,170,227); }
H1.HeaderClassName
{
color: #DAAAE3;
}
.AnyTagClassName
{
color: #DAAAE3;
}
</style>
background-color css
<style>
a { background-color: #DAAAE3; }
a { background-color: rgb(218,170,227); }
div.DivClassName
{
background-color: #DAAAE3;
}
.BgClassName
{
background-color: #DAAAE3;
}
</style>
border-color css
<style>
span { border-color: #DAAAE3; }
span { border-color: rgb(218,170,227); }
td.TdClassName
{
border-color: #DAAAE3;
}
.TagClassName
{
border-color: #DAAAE3;
}
</style>