Shades of Plum #DAA2CF
Tints of Plum #DAA2CF
RGB
CMYK
RGB Variations
Color information
#DAA2CF (or 0xDAA2CF) is known color: Plum. HEX triplet: DA, A2 and CF. RGB value is (218,162,207). Sum of RGB (Red+Green+Blue) = 218+162+207=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2CF is #255D30. Grayscale: #B7B7B7. Windows color (decimal): -2448689 or 13607642. OLE color: 13607642.
HSL color Cylindrical-coordinate representation of color #DAA2CF: hue angle of 311.79º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2CF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 207 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.15 |
| HSL | 311.79º | 0.43% | 0.75% | - |
| HSV(B) | 311.79º | 0.26% | 0.85% | - |
| XYZ | 53.1 | 45.25 | 64.97 | - |
| YUV | 183.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 207 | 0 | 0.26 | 0.05 | 0.15 | 311.79 | 0.43 | 0.75 |
| Hex | DA | A2 | CF | 0 | 1A | 5 | F | 138 | 2B | 4B |
| Octal | 332 | 242 | 317 | 0 | 32 | 5 | 17 | 470 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11001111 | 0 | 11010 | 101 | 1111 | 100111000 | 101011 | 1001011 |
Color Harmonies of #DAA2CF
Complementary color
Monochromatic Colors of #DAA2CF
Black with #DAA2CF
Text Example
Text Example
White with #DAA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2CF; }
p { color: rgb(218,162,207); }
H1.HeaderClassName
{
color: #DAA2CF;
}
.AnyTagClassName
{
color: #DAA2CF;
}
</style>
background-color css
<style>
a { background-color: #DAA2CF; }
a { background-color: rgb(218,162,207); }
div.DivClassName
{
background-color: #DAA2CF;
}
.BgClassName
{
background-color: #DAA2CF;
}
</style>
border-color css
<style>
span { border-color: #DAA2CF; }
span { border-color: rgb(218,162,207); }
td.TdClassName
{
border-color: #DAA2CF;
}
.TagClassName
{
border-color: #DAA2CF;
}
</style>