Shades of Plum #DAA3CF
Tints of Plum #DAA3CF
RGB
CMYK
RGB Variations
Color information
#DAA3CF (or 0xDAA3CF) is known color: Plum. HEX triplet: DA, A3 and CF. RGB value is (218,163,207). Sum of RGB (Red+Green+Blue) = 218+163+207=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3CF is #255C30. Grayscale: #B8B8B8. Windows color (decimal): -2448433 or 13607898. OLE color: 13607898.
HSL color Cylindrical-coordinate representation of color #DAA3CF: hue angle of 312º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA3CF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 207 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.15 |
| HSL | 312º | 0.43% | 0.75% | - |
| HSV(B) | 312º | 0.25% | 0.85% | - |
| XYZ | 53.27 | 45.6 | 65.03 | - |
| YUV | 184.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 207 | 0 | 0.25 | 0.05 | 0.15 | 312 | 0.43 | 0.75 |
| Hex | DA | A3 | CF | 0 | 19 | 5 | F | 138 | 2B | 4B |
| Octal | 332 | 243 | 317 | 0 | 31 | 5 | 17 | 470 | 53 | 113 |
| Binary | 11011010 | 10100011 | 11001111 | 0 | 11001 | 101 | 1111 | 100111000 | 101011 | 1001011 |
Color Harmonies of #DAA3CF
Complementary color
Monochromatic Colors of #DAA3CF
Black with #DAA3CF
Text Example
Text Example
White with #DAA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3CF; }
p { color: rgb(218,163,207); }
H1.HeaderClassName
{
color: #DAA3CF;
}
.AnyTagClassName
{
color: #DAA3CF;
}
</style>
background-color css
<style>
a { background-color: #DAA3CF; }
a { background-color: rgb(218,163,207); }
div.DivClassName
{
background-color: #DAA3CF;
}
.BgClassName
{
background-color: #DAA3CF;
}
</style>
border-color css
<style>
span { border-color: #DAA3CF; }
span { border-color: rgb(218,163,207); }
td.TdClassName
{
border-color: #DAA3CF;
}
.TagClassName
{
border-color: #DAA3CF;
}
</style>