Shades of Plum #DAAAE4
Tints of Plum #DAAAE4
RGB
CMYK
RGB Variations
Color information
#DAAAE4 (or 0xDAAAE4) is known color: Plum. HEX triplet: DA, AA and E4. RGB value is (218,170,228). Sum of RGB (Red+Green+Blue) = 218+170+228=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAE4 is #25551B. Grayscale: #BEBEBE. Windows color (decimal): -2446620 or 14985946. OLE color: 14985946.
HSL color Cylindrical-coordinate representation of color #DAAAE4: hue angle of 289.66º degrees, saturation: 0.52, 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 #DAAAE4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 170 | 228 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.11 |
| HSL | 289.66º | 0.52% | 0.78% | - |
| HSV(B) | 289.66º | 0.25% | 0.89% | - |
| XYZ | 57.29 | 49.26 | 79.89 | - |
| YUV | 190.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 228 | 0.04 | 0.25 | 0 | 0.11 | 289.66 | 0.52 | 0.78 |
| Hex | DA | AA | E4 | 4 | 19 | 0 | B | 122 | 34 | 4E |
| Octal | 332 | 252 | 344 | 4 | 31 | 0 | 13 | 442 | 64 | 116 |
| Binary | 11011010 | 10101010 | 11100100 | 100 | 11001 | 0 | 1011 | 100100010 | 110100 | 1001110 |
Color Harmonies of #DAAAE4
Complementary color
Monochromatic Colors of #DAAAE4
Black with #DAAAE4
Text Example
Text Example
White with #DAAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAE4; }
p { color: rgb(218,170,228); }
H1.HeaderClassName
{
color: #DAAAE4;
}
.AnyTagClassName
{
color: #DAAAE4;
}
</style>
background-color css
<style>
a { background-color: #DAAAE4; }
a { background-color: rgb(218,170,228); }
div.DivClassName
{
background-color: #DAAAE4;
}
.BgClassName
{
background-color: #DAAAE4;
}
</style>
border-color css
<style>
span { border-color: #DAAAE4; }
span { border-color: rgb(218,170,228); }
td.TdClassName
{
border-color: #DAAAE4;
}
.TagClassName
{
border-color: #DAAAE4;
}
</style>