Shades of Plum #DAA8DE
Tints of Plum #DAA8DE
RGB
CMYK
RGB Variations
Color information
#DAA8DE (or 0xDAA8DE) is known color: Plum. HEX triplet: DA, A8 and DE. RGB value is (218,168,222). Sum of RGB (Red+Green+Blue) = 218+168+222=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8DE is #255721. Grayscale: #BCBCBC. Windows color (decimal): -2447138 or 14592218. OLE color: 14592218.
HSL color Cylindrical-coordinate representation of color #DAA8DE: hue angle of 295.56º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA8DE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 168 | 222 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.13 |
| HSL | 295.56º | 0.45% | 0.76% | - |
| HSV(B) | 295.56º | 0.24% | 0.87% | - |
| XYZ | 56.1 | 48.18 | 75.45 | - |
| YUV | 189.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 222 | 0.02 | 0.24 | 0 | 0.13 | 295.56 | 0.45 | 0.76 |
| Hex | DA | A8 | DE | 2 | 18 | 0 | D | 128 | 2D | 4C |
| Octal | 332 | 250 | 336 | 2 | 30 | 0 | 15 | 450 | 55 | 114 |
| Binary | 11011010 | 10101000 | 11011110 | 10 | 11000 | 0 | 1101 | 100101000 | 101101 | 1001100 |
Color Harmonies of #DAA8DE
Complementary color
Monochromatic Colors of #DAA8DE
Black with #DAA8DE
Text Example
Text Example
White with #DAA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8DE; }
p { color: rgb(218,168,222); }
H1.HeaderClassName
{
color: #DAA8DE;
}
.AnyTagClassName
{
color: #DAA8DE;
}
</style>
background-color css
<style>
a { background-color: #DAA8DE; }
a { background-color: rgb(218,168,222); }
div.DivClassName
{
background-color: #DAA8DE;
}
.BgClassName
{
background-color: #DAA8DE;
}
</style>
border-color css
<style>
span { border-color: #DAA8DE; }
span { border-color: rgb(218,168,222); }
td.TdClassName
{
border-color: #DAA8DE;
}
.TagClassName
{
border-color: #DAA8DE;
}
</style>