Shades of Plum #DAAAE7
Tints of Plum #DAAAE7
RGB
CMYK
RGB Variations
Color information
#DAAAE7 (or 0xDAAAE7) is known color: Plum. HEX triplet: DA, AA and E7. RGB value is (218,170,231). Sum of RGB (Red+Green+Blue) = 218+170+231=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAE7 is #255518. Grayscale: #BFBFBF. Windows color (decimal): -2446617 or 15182554. OLE color: 15182554.
HSL color Cylindrical-coordinate representation of color #DAAAE7: hue angle of 287.21º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAAAE7 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 170 | 231 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.09 |
| HSL | 287.21º | 0.56% | 0.79% | - |
| HSV(B) | 287.21º | 0.26% | 0.91% | - |
| XYZ | 57.71 | 49.42 | 82.1 | - |
| YUV | 191.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 231 | 0.06 | 0.26 | 0 | 0.09 | 287.21 | 0.56 | 0.79 |
| Hex | DA | AA | E7 | 6 | 1A | 0 | 9 | 11F | 38 | 4F |
| Octal | 332 | 252 | 347 | 6 | 32 | 0 | 11 | 437 | 70 | 117 |
| Binary | 11011010 | 10101010 | 11100111 | 110 | 11010 | 0 | 1001 | 100011111 | 111000 | 1001111 |
Color Harmonies of #DAAAE7
Complementary color
Monochromatic Colors of #DAAAE7
Black with #DAAAE7
Text Example
Text Example
White with #DAAAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAE7; }
p { color: rgb(218,170,231); }
H1.HeaderClassName
{
color: #DAAAE7;
}
.AnyTagClassName
{
color: #DAAAE7;
}
</style>
background-color css
<style>
a { background-color: #DAAAE7; }
a { background-color: rgb(218,170,231); }
div.DivClassName
{
background-color: #DAAAE7;
}
.BgClassName
{
background-color: #DAAAE7;
}
</style>
border-color css
<style>
span { border-color: #DAAAE7; }
span { border-color: rgb(218,170,231); }
td.TdClassName
{
border-color: #DAAAE7;
}
.TagClassName
{
border-color: #DAAAE7;
}
</style>