Shades of Plum #DFAADB
Tints of Plum #DFAADB
RGB
CMYK
RGB Variations
Color information
#DFAADB (or 0xDFAADB) is known color: Plum. HEX triplet: DF, AA and DB. RGB value is (223,170,219). Sum of RGB (Red+Green+Blue) = 223+170+219=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADB is #205524. Grayscale: #BFBFBF. Windows color (decimal): -2118949 or 14396127. OLE color: 14396127.
HSL color Cylindrical-coordinate representation of color #DFAADB: hue angle of 304.53º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAADB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 219 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.13 |
| HSL | 304.53º | 0.45% | 0.77% | - |
| HSV(B) | 304.53º | 0.24% | 0.87% | - |
| XYZ | 57.59 | 49.55 | 73.55 | - |
| YUV | 191.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 219 | 0 | 0.24 | 0.02 | 0.13 | 304.53 | 0.45 | 0.77 |
| Hex | DF | AA | DB | 0 | 18 | 2 | D | 131 | 2D | 4D |
| Octal | 337 | 252 | 333 | 0 | 30 | 2 | 15 | 461 | 55 | 115 |
| Binary | 11011111 | 10101010 | 11011011 | 0 | 11000 | 10 | 1101 | 100110001 | 101101 | 1001101 |
Color Harmonies of #DFAADB
Complementary color
Monochromatic Colors of #DFAADB
Black with #DFAADB
Text Example
Text Example
White with #DFAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAADB; }
p { color: rgb(223,170,219); }
H1.HeaderClassName
{
color: #DFAADB;
}
.AnyTagClassName
{
color: #DFAADB;
}
</style>
background-color css
<style>
a { background-color: #DFAADB; }
a { background-color: rgb(223,170,219); }
div.DivClassName
{
background-color: #DFAADB;
}
.BgClassName
{
background-color: #DFAADB;
}
</style>
border-color css
<style>
span { border-color: #DFAADB; }
span { border-color: rgb(223,170,219); }
td.TdClassName
{
border-color: #DFAADB;
}
.TagClassName
{
border-color: #DFAADB;
}
</style>