Shades of Plum #DAA6E4
Tints of Plum #DAA6E4
RGB
CMYK
RGB Variations
Color information
#DAA6E4 (or 0xDAA6E4) is known color: Plum. HEX triplet: DA, A6 and E4. RGB value is (218,166,228). Sum of RGB (Red+Green+Blue) = 218+166+228=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6E4 is #25591B. Grayscale: #BCBCBC. Windows color (decimal): -2447644 or 14984922. OLE color: 14984922.
HSL color Cylindrical-coordinate representation of color #DAA6E4: hue angle of 290.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA6E4 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 166 | 228 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.11 |
| HSL | 290.32º | 0.53% | 0.77% | - |
| HSV(B) | 290.32º | 0.27% | 0.89% | - |
| XYZ | 56.55 | 47.78 | 79.64 | - |
| YUV | 188.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 228 | 0.04 | 0.27 | 0 | 0.11 | 290.32 | 0.53 | 0.77 |
| Hex | DA | A6 | E4 | 4 | 1B | 0 | B | 122 | 35 | 4D |
| Octal | 332 | 246 | 344 | 4 | 33 | 0 | 13 | 442 | 65 | 115 |
| Binary | 11011010 | 10100110 | 11100100 | 100 | 11011 | 0 | 1011 | 100100010 | 110101 | 1001101 |
Color Harmonies of #DAA6E4
Complementary color
Monochromatic Colors of #DAA6E4
Black with #DAA6E4
Text Example
Text Example
White with #DAA6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6E4; }
p { color: rgb(218,166,228); }
H1.HeaderClassName
{
color: #DAA6E4;
}
.AnyTagClassName
{
color: #DAA6E4;
}
</style>
background-color css
<style>
a { background-color: #DAA6E4; }
a { background-color: rgb(218,166,228); }
div.DivClassName
{
background-color: #DAA6E4;
}
.BgClassName
{
background-color: #DAA6E4;
}
</style>
border-color css
<style>
span { border-color: #DAA6E4; }
span { border-color: rgb(218,166,228); }
td.TdClassName
{
border-color: #DAA6E4;
}
.TagClassName
{
border-color: #DAA6E4;
}
</style>