Shades of Plum #DAA6DA
Tints of Plum #DAA6DA
RGB
CMYK
RGB Variations
Color information
#DAA6DA (or 0xDAA6DA) is known color: Plum. HEX triplet: DA, A6 and DA. RGB value is (218,166,218). Sum of RGB (Red+Green+Blue) = 218+166+218=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6DA is #255925. Grayscale: #BBBBBB. Windows color (decimal): -2447654 or 14329562. OLE color: 14329562.
HSL color Cylindrical-coordinate representation of color #DAA6DA: hue angle of 300º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6DA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 218 | - |
| CMYK | 0 | 0.24 | 0 | 0.15 |
| HSL | 300º | 0.41% | 0.75% | - |
| HSV(B) | 300º | 0.24% | 0.85% | - |
| XYZ | 55.2 | 47.24 | 72.54 | - |
| YUV | 187.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 218 | 0 | 0.24 | 0 | 0.15 | 300 | 0.41 | 0.75 |
| Hex | DA | A6 | DA | 0 | 18 | 0 | F | 12C | 29 | 4B |
| Octal | 332 | 246 | 332 | 0 | 30 | 0 | 17 | 454 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11011010 | 0 | 11000 | 0 | 1111 | 100101100 | 101001 | 1001011 |
Color Harmonies of #DAA6DA
Complementary color
Monochromatic Colors of #DAA6DA
Black with #DAA6DA
Text Example
Text Example
White with #DAA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6DA; }
p { color: rgb(218,166,218); }
H1.HeaderClassName
{
color: #DAA6DA;
}
.AnyTagClassName
{
color: #DAA6DA;
}
</style>
background-color css
<style>
a { background-color: #DAA6DA; }
a { background-color: rgb(218,166,218); }
div.DivClassName
{
background-color: #DAA6DA;
}
.BgClassName
{
background-color: #DAA6DA;
}
</style>
border-color css
<style>
span { border-color: #DAA6DA; }
span { border-color: rgb(218,166,218); }
td.TdClassName
{
border-color: #DAA6DA;
}
.TagClassName
{
border-color: #DAA6DA;
}
</style>