Shades of Plum #DFABDD
Tints of Plum #DFABDD
RGB
CMYK
RGB Variations
Color information
#DFABDD (or 0xDFABDD) is known color: Plum. HEX triplet: DF, AB and DD. RGB value is (223,171,221). Sum of RGB (Red+Green+Blue) = 223+171+221=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDD is #205422. Grayscale: #C0C0C0. Windows color (decimal): -2118691 or 14527455. OLE color: 14527455.
HSL color Cylindrical-coordinate representation of color #DFABDD: hue angle of 302.31º degrees, saturation: 0.45, 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 #DFABDD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 221 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.13 |
| HSL | 302.31º | 0.45% | 0.77% | - |
| HSV(B) | 302.31º | 0.23% | 0.87% | - |
| XYZ | 58.05 | 50.03 | 75 | - |
| YUV | 192.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 221 | 0 | 0.23 | 0.01 | 0.13 | 302.31 | 0.45 | 0.77 |
| Hex | DF | AB | DD | 0 | 17 | 1 | D | 12E | 2D | 4D |
| Octal | 337 | 253 | 335 | 0 | 27 | 1 | 15 | 456 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11011101 | 0 | 10111 | 1 | 1101 | 100101110 | 101101 | 1001101 |
Color Harmonies of #DFABDD
Complementary color
Monochromatic Colors of #DFABDD
Black with #DFABDD
Text Example
Text Example
White with #DFABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABDD; }
p { color: rgb(223,171,221); }
H1.HeaderClassName
{
color: #DFABDD;
}
.AnyTagClassName
{
color: #DFABDD;
}
</style>
background-color css
<style>
a { background-color: #DFABDD; }
a { background-color: rgb(223,171,221); }
div.DivClassName
{
background-color: #DFABDD;
}
.BgClassName
{
background-color: #DFABDD;
}
</style>
border-color css
<style>
span { border-color: #DFABDD; }
span { border-color: rgb(223,171,221); }
td.TdClassName
{
border-color: #DFABDD;
}
.TagClassName
{
border-color: #DFABDD;
}
</style>