Shades of Plum #DAA8DF
Tints of Plum #DAA8DF
RGB
CMYK
RGB Variations
Color information
#DAA8DF (or 0xDAA8DF) is known color: Plum. HEX triplet: DA, A8 and DF. RGB value is (218,168,223). Sum of RGB (Red+Green+Blue) = 218+168+223=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8DF is #255720. Grayscale: #BDBDBD. Windows color (decimal): -2447137 or 14657754. OLE color: 14657754.
HSL color Cylindrical-coordinate representation of color #DAA8DF: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA8DF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 168 | 223 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.13 |
| HSL | 294.55º | 0.46% | 0.77% | - |
| HSV(B) | 294.55º | 0.25% | 0.87% | - |
| XYZ | 56.24 | 48.24 | 76.16 | - |
| YUV | 189.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 223 | 0.02 | 0.25 | 0 | 0.13 | 294.55 | 0.46 | 0.77 |
| Hex | DA | A8 | DF | 2 | 19 | 0 | D | 127 | 2E | 4D |
| Octal | 332 | 250 | 337 | 2 | 31 | 0 | 15 | 447 | 56 | 115 |
| Binary | 11011010 | 10101000 | 11011111 | 10 | 11001 | 0 | 1101 | 100100111 | 101110 | 1001101 |
Color Harmonies of #DAA8DF
Complementary color
Monochromatic Colors of #DAA8DF
Black with #DAA8DF
Text Example
Text Example
White with #DAA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8DF; }
p { color: rgb(218,168,223); }
H1.HeaderClassName
{
color: #DAA8DF;
}
.AnyTagClassName
{
color: #DAA8DF;
}
</style>
background-color css
<style>
a { background-color: #DAA8DF; }
a { background-color: rgb(218,168,223); }
div.DivClassName
{
background-color: #DAA8DF;
}
.BgClassName
{
background-color: #DAA8DF;
}
</style>
border-color css
<style>
span { border-color: #DAA8DF; }
span { border-color: rgb(218,168,223); }
td.TdClassName
{
border-color: #DAA8DF;
}
.TagClassName
{
border-color: #DAA8DF;
}
</style>