Shades of Plum #DAA3DF
Tints of Plum #DAA3DF
RGB
CMYK
RGB Variations
Color information
#DAA3DF (or 0xDAA3DF) is known color: Plum. HEX triplet: DA, A3 and DF. RGB value is (218,163,223). Sum of RGB (Red+Green+Blue) = 218+163+223=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3DF is #255C20. Grayscale: #BABABA. Windows color (decimal): -2448417 or 14656474. OLE color: 14656474.
HSL color Cylindrical-coordinate representation of color #DAA3DF: hue angle of 295º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA3DF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 163 | 223 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.13 |
| HSL | 295º | 0.48% | 0.76% | - |
| HSV(B) | 295º | 0.27% | 0.87% | - |
| XYZ | 55.33 | 46.43 | 75.86 | - |
| YUV | 186.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 223 | 0.02 | 0.27 | 0 | 0.13 | 295 | 0.48 | 0.76 |
| Hex | DA | A3 | DF | 2 | 1B | 0 | D | 127 | 30 | 4C |
| Octal | 332 | 243 | 337 | 2 | 33 | 0 | 15 | 447 | 60 | 114 |
| Binary | 11011010 | 10100011 | 11011111 | 10 | 11011 | 0 | 1101 | 100100111 | 110000 | 1001100 |
Color Harmonies of #DAA3DF
Complementary color
Monochromatic Colors of #DAA3DF
Black with #DAA3DF
Text Example
Text Example
White with #DAA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3DF; }
p { color: rgb(218,163,223); }
H1.HeaderClassName
{
color: #DAA3DF;
}
.AnyTagClassName
{
color: #DAA3DF;
}
</style>
background-color css
<style>
a { background-color: #DAA3DF; }
a { background-color: rgb(218,163,223); }
div.DivClassName
{
background-color: #DAA3DF;
}
.BgClassName
{
background-color: #DAA3DF;
}
</style>
border-color css
<style>
span { border-color: #DAA3DF; }
span { border-color: rgb(218,163,223); }
td.TdClassName
{
border-color: #DAA3DF;
}
.TagClassName
{
border-color: #DAA3DF;
}
</style>