Shades of Plum #DAA6DF
Tints of Plum #DAA6DF
RGB
CMYK
RGB Variations
Color information
#DAA6DF (or 0xDAA6DF) is known color: Plum. HEX triplet: DA, A6 and DF. RGB value is (218,166,223). Sum of RGB (Red+Green+Blue) = 218+166+223=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6DF is #255920. Grayscale: #BBBBBB. Windows color (decimal): -2447649 or 14657242. OLE color: 14657242.
HSL color Cylindrical-coordinate representation of color #DAA6DF: hue angle of 294.74º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA6DF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 166 | 223 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.13 |
| HSL | 294.74º | 0.47% | 0.76% | - |
| HSV(B) | 294.74º | 0.26% | 0.87% | - |
| XYZ | 55.87 | 47.51 | 76.04 | - |
| YUV | 188.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 223 | 0.02 | 0.26 | 0 | 0.13 | 294.74 | 0.47 | 0.76 |
| Hex | DA | A6 | DF | 2 | 1A | 0 | D | 127 | 2F | 4C |
| Octal | 332 | 246 | 337 | 2 | 32 | 0 | 15 | 447 | 57 | 114 |
| Binary | 11011010 | 10100110 | 11011111 | 10 | 11010 | 0 | 1101 | 100100111 | 101111 | 1001100 |
Color Harmonies of #DAA6DF
Complementary color
Monochromatic Colors of #DAA6DF
Black with #DAA6DF
Text Example
Text Example
White with #DAA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6DF; }
p { color: rgb(218,166,223); }
H1.HeaderClassName
{
color: #DAA6DF;
}
.AnyTagClassName
{
color: #DAA6DF;
}
</style>
background-color css
<style>
a { background-color: #DAA6DF; }
a { background-color: rgb(218,166,223); }
div.DivClassName
{
background-color: #DAA6DF;
}
.BgClassName
{
background-color: #DAA6DF;
}
</style>
border-color css
<style>
span { border-color: #DAA6DF; }
span { border-color: rgb(218,166,223); }
td.TdClassName
{
border-color: #DAA6DF;
}
.TagClassName
{
border-color: #DAA6DF;
}
</style>