Shades of Plum #DAACDF
Tints of Plum #DAACDF
RGB
CMYK
RGB Variations
Color information
#DAACDF (or 0xDAACDF) is known color: Plum. HEX triplet: DA, AC and DF. RGB value is (218,172,223). Sum of RGB (Red+Green+Blue) = 218+172+223=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDF is #255320. Grayscale: #BFBFBF. Windows color (decimal): -2446113 or 14658778. OLE color: 14658778.
HSL color Cylindrical-coordinate representation of color #DAACDF: hue angle of 294.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAACDF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 172 | 223 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.13 |
| HSL | 294.12º | 0.44% | 0.77% | - |
| HSV(B) | 294.12º | 0.23% | 0.87% | - |
| XYZ | 56.99 | 49.74 | 76.41 | - |
| YUV | 191.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 223 | 0.02 | 0.23 | 0 | 0.13 | 294.12 | 0.44 | 0.77 |
| Hex | DA | AC | DF | 2 | 17 | 0 | D | 126 | 2C | 4D |
| Octal | 332 | 254 | 337 | 2 | 27 | 0 | 15 | 446 | 54 | 115 |
| Binary | 11011010 | 10101100 | 11011111 | 10 | 10111 | 0 | 1101 | 100100110 | 101100 | 1001101 |
Color Harmonies of #DAACDF
Complementary color
Monochromatic Colors of #DAACDF
Black with #DAACDF
Text Example
Text Example
White with #DAACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACDF; }
p { color: rgb(218,172,223); }
H1.HeaderClassName
{
color: #DAACDF;
}
.AnyTagClassName
{
color: #DAACDF;
}
</style>
background-color css
<style>
a { background-color: #DAACDF; }
a { background-color: rgb(218,172,223); }
div.DivClassName
{
background-color: #DAACDF;
}
.BgClassName
{
background-color: #DAACDF;
}
</style>
border-color css
<style>
span { border-color: #DAACDF; }
span { border-color: rgb(218,172,223); }
td.TdClassName
{
border-color: #DAACDF;
}
.TagClassName
{
border-color: #DAACDF;
}
</style>