Shades of Plum #DAA6E7
Tints of Plum #DAA6E7
RGB
CMYK
RGB Variations
Color information
#DAA6E7 (or 0xDAA6E7) is known color: Plum. HEX triplet: DA, A6 and E7. RGB value is (218,166,231). Sum of RGB (Red+Green+Blue) = 218+166+231=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6E7 is #255918. Grayscale: #BCBCBC. Windows color (decimal): -2447641 or 15181530. OLE color: 15181530.
HSL color Cylindrical-coordinate representation of color #DAA6E7: hue angle of 288º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA6E7 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 166 | 231 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.09 |
| HSL | 288º | 0.58% | 0.78% | - |
| HSV(B) | 288º | 0.28% | 0.91% | - |
| XYZ | 56.97 | 47.95 | 81.85 | - |
| YUV | 188.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 231 | 0.06 | 0.28 | 0 | 0.09 | 288 | 0.58 | 0.78 |
| Hex | DA | A6 | E7 | 6 | 1C | 0 | 9 | 120 | 3A | 4E |
| Octal | 332 | 246 | 347 | 6 | 34 | 0 | 11 | 440 | 72 | 116 |
| Binary | 11011010 | 10100110 | 11100111 | 110 | 11100 | 0 | 1001 | 100100000 | 111010 | 1001110 |
Color Harmonies of #DAA6E7
Complementary color
Monochromatic Colors of #DAA6E7
Black with #DAA6E7
Text Example
Text Example
White with #DAA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6E7; }
p { color: rgb(218,166,231); }
H1.HeaderClassName
{
color: #DAA6E7;
}
.AnyTagClassName
{
color: #DAA6E7;
}
</style>
background-color css
<style>
a { background-color: #DAA6E7; }
a { background-color: rgb(218,166,231); }
div.DivClassName
{
background-color: #DAA6E7;
}
.BgClassName
{
background-color: #DAA6E7;
}
</style>
border-color css
<style>
span { border-color: #DAA6E7; }
span { border-color: rgb(218,166,231); }
td.TdClassName
{
border-color: #DAA6E7;
}
.TagClassName
{
border-color: #DAA6E7;
}
</style>