Shades of Plum #DAA4DF
Tints of Plum #DAA4DF
RGB
CMYK
RGB Variations
Color information
#DAA4DF (or 0xDAA4DF) is known color: Plum. HEX triplet: DA, A4 and DF. RGB value is (218,164,223). Sum of RGB (Red+Green+Blue) = 218+164+223=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4DF is #255B20. Grayscale: #BABABA. Windows color (decimal): -2448161 or 14656730. OLE color: 14656730.
HSL color Cylindrical-coordinate representation of color #DAA4DF: hue angle of 294.92º degrees, saturation: 0.48, 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 #DAA4DF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 164 | 223 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.13 |
| HSL | 294.92º | 0.48% | 0.76% | - |
| HSV(B) | 294.92º | 0.26% | 0.87% | - |
| XYZ | 55.51 | 46.78 | 75.92 | - |
| YUV | 186.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 223 | 0.02 | 0.26 | 0 | 0.13 | 294.92 | 0.48 | 0.76 |
| Hex | DA | A4 | DF | 2 | 1A | 0 | D | 127 | 30 | 4C |
| Octal | 332 | 244 | 337 | 2 | 32 | 0 | 15 | 447 | 60 | 114 |
| Binary | 11011010 | 10100100 | 11011111 | 10 | 11010 | 0 | 1101 | 100100111 | 110000 | 1001100 |
Color Harmonies of #DAA4DF
Complementary color
Monochromatic Colors of #DAA4DF
Black with #DAA4DF
Text Example
Text Example
White with #DAA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4DF; }
p { color: rgb(218,164,223); }
H1.HeaderClassName
{
color: #DAA4DF;
}
.AnyTagClassName
{
color: #DAA4DF;
}
</style>
background-color css
<style>
a { background-color: #DAA4DF; }
a { background-color: rgb(218,164,223); }
div.DivClassName
{
background-color: #DAA4DF;
}
.BgClassName
{
background-color: #DAA4DF;
}
</style>
border-color css
<style>
span { border-color: #DAA4DF; }
span { border-color: rgb(218,164,223); }
td.TdClassName
{
border-color: #DAA4DF;
}
.TagClassName
{
border-color: #DAA4DF;
}
</style>