Shades of Plum #DAA7D5
Tints of Plum #DAA7D5
RGB
CMYK
RGB Variations
Color information
#DAA7D5 (or 0xDAA7D5) is known color: Plum. HEX triplet: DA, A7 and D5. RGB value is (218,167,213). Sum of RGB (Red+Green+Blue) = 218+167+213=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7D5 is #25582A. Grayscale: #BBBBBB. Windows color (decimal): -2447403 or 14002138. OLE color: 14002138.
HSL color Cylindrical-coordinate representation of color #DAA7D5: hue angle of 305.88º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7D5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 213 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.15 |
| HSL | 305.88º | 0.41% | 0.75% | - |
| HSV(B) | 305.88º | 0.23% | 0.85% | - |
| XYZ | 54.74 | 47.35 | 69.2 | - |
| YUV | 187.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 213 | 0 | 0.23 | 0.02 | 0.15 | 305.88 | 0.41 | 0.75 |
| Hex | DA | A7 | D5 | 0 | 17 | 2 | F | 132 | 29 | 4B |
| Octal | 332 | 247 | 325 | 0 | 27 | 2 | 17 | 462 | 51 | 113 |
| Binary | 11011010 | 10100111 | 11010101 | 0 | 10111 | 10 | 1111 | 100110010 | 101001 | 1001011 |
Color Harmonies of #DAA7D5
Complementary color
Monochromatic Colors of #DAA7D5
Black with #DAA7D5
Text Example
Text Example
White with #DAA7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7D5; }
p { color: rgb(218,167,213); }
H1.HeaderClassName
{
color: #DAA7D5;
}
.AnyTagClassName
{
color: #DAA7D5;
}
</style>
background-color css
<style>
a { background-color: #DAA7D5; }
a { background-color: rgb(218,167,213); }
div.DivClassName
{
background-color: #DAA7D5;
}
.BgClassName
{
background-color: #DAA7D5;
}
</style>
border-color css
<style>
span { border-color: #DAA7D5; }
span { border-color: rgb(218,167,213); }
td.TdClassName
{
border-color: #DAA7D5;
}
.TagClassName
{
border-color: #DAA7D5;
}
</style>