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