Shades of Plum #DAA3E7
Tints of Plum #DAA3E7
RGB
CMYK
RGB Variations
Color information
#DAA3E7 (or 0xDAA3E7) is known color: Plum. HEX triplet: DA, A3 and E7. RGB value is (218,163,231). Sum of RGB (Red+Green+Blue) = 218+163+231=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAA3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3E7 is #255C18. Grayscale: #BABABA. Windows color (decimal): -2448409 or 15180762. OLE color: 15180762.
HSL color Cylindrical-coordinate representation of color #DAA3E7: hue angle of 288.53º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA3E7 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 163 | 231 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.09 |
| HSL | 288.53º | 0.59% | 0.77% | - |
| HSV(B) | 288.53º | 0.29% | 0.91% | - |
| XYZ | 56.43 | 46.87 | 81.67 | - |
| YUV | 187.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 231 | 0.06 | 0.29 | 0 | 0.09 | 288.53 | 0.59 | 0.77 |
| Hex | DA | A3 | E7 | 6 | 1D | 0 | 9 | 121 | 3B | 4D |
| Octal | 332 | 243 | 347 | 6 | 35 | 0 | 11 | 441 | 73 | 115 |
| Binary | 11011010 | 10100011 | 11100111 | 110 | 11101 | 0 | 1001 | 100100001 | 111011 | 1001101 |
Color Harmonies of #DAA3E7
Complementary color
Monochromatic Colors of #DAA3E7
Black with #DAA3E7
Text Example
Text Example
White with #DAA3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3E7; }
p { color: rgb(218,163,231); }
H1.HeaderClassName
{
color: #DAA3E7;
}
.AnyTagClassName
{
color: #DAA3E7;
}
</style>
background-color css
<style>
a { background-color: #DAA3E7; }
a { background-color: rgb(218,163,231); }
div.DivClassName
{
background-color: #DAA3E7;
}
.BgClassName
{
background-color: #DAA3E7;
}
</style>
border-color css
<style>
span { border-color: #DAA3E7; }
span { border-color: rgb(218,163,231); }
td.TdClassName
{
border-color: #DAA3E7;
}
.TagClassName
{
border-color: #DAA3E7;
}
</style>