Shades of Plum #DAA7DE
Tints of Plum #DAA7DE
RGB
CMYK
RGB Variations
Color information
#DAA7DE (or 0xDAA7DE) is known color: Plum. HEX triplet: DA, A7 and DE. RGB value is (218,167,222). Sum of RGB (Red+Green+Blue) = 218+167+222=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7DE is #255821. Grayscale: #BCBCBC. Windows color (decimal): -2447394 or 14591962. OLE color: 14591962.
HSL color Cylindrical-coordinate representation of color #DAA7DE: hue angle of 295.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA7DE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 167 | 222 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.13 |
| HSL | 295.64º | 0.45% | 0.76% | - |
| HSV(B) | 295.64º | 0.25% | 0.87% | - |
| XYZ | 55.92 | 47.82 | 75.39 | - |
| YUV | 188.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 222 | 0.02 | 0.25 | 0 | 0.13 | 295.64 | 0.45 | 0.76 |
| Hex | DA | A7 | DE | 2 | 19 | 0 | D | 128 | 2D | 4C |
| Octal | 332 | 247 | 336 | 2 | 31 | 0 | 15 | 450 | 55 | 114 |
| Binary | 11011010 | 10100111 | 11011110 | 10 | 11001 | 0 | 1101 | 100101000 | 101101 | 1001100 |
Color Harmonies of #DAA7DE
Complementary color
Monochromatic Colors of #DAA7DE
Black with #DAA7DE
Text Example
Text Example
White with #DAA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7DE; }
p { color: rgb(218,167,222); }
H1.HeaderClassName
{
color: #DAA7DE;
}
.AnyTagClassName
{
color: #DAA7DE;
}
</style>
background-color css
<style>
a { background-color: #DAA7DE; }
a { background-color: rgb(218,167,222); }
div.DivClassName
{
background-color: #DAA7DE;
}
.BgClassName
{
background-color: #DAA7DE;
}
</style>
border-color css
<style>
span { border-color: #DAA7DE; }
span { border-color: rgb(218,167,222); }
td.TdClassName
{
border-color: #DAA7DE;
}
.TagClassName
{
border-color: #DAA7DE;
}
</style>