Shades of Plum #DDADDF
Tints of Plum #DDADDF
RGB
CMYK
RGB Variations
Color information
#DDADDF (or 0xDDADDF) is known color: Plum. HEX triplet: DD, AD and DF. RGB value is (221,173,223). Sum of RGB (Red+Green+Blue) = 221+173+223=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDF is #225220. Grayscale: #C0C0C0. Windows color (decimal): -2249249 or 14659037. OLE color: 14659037.
HSL color Cylindrical-coordinate representation of color #DDADDF: hue angle of 297.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 223 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.13 |
| HSL | 297.6º | 0.44% | 0.78% | - |
| HSV(B) | 297.6º | 0.22% | 0.87% | - |
| XYZ | 58.08 | 50.59 | 76.52 | - |
| YUV | 193.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 223 | 0.01 | 0.22 | 0 | 0.13 | 297.6 | 0.44 | 0.78 |
| Hex | DD | AD | DF | 1 | 16 | 0 | D | 12A | 2C | 4E |
| Octal | 335 | 255 | 337 | 1 | 26 | 0 | 15 | 452 | 54 | 116 |
| Binary | 11011101 | 10101101 | 11011111 | 1 | 10110 | 0 | 1101 | 100101010 | 101100 | 1001110 |
Color Harmonies of #DDADDF
Complementary color
Monochromatic Colors of #DDADDF
Black with #DDADDF
Text Example
Text Example
White with #DDADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADDF; }
p { color: rgb(221,173,223); }
H1.HeaderClassName
{
color: #DDADDF;
}
.AnyTagClassName
{
color: #DDADDF;
}
</style>
background-color css
<style>
a { background-color: #DDADDF; }
a { background-color: rgb(221,173,223); }
div.DivClassName
{
background-color: #DDADDF;
}
.BgClassName
{
background-color: #DDADDF;
}
</style>
border-color css
<style>
span { border-color: #DDADDF; }
span { border-color: rgb(221,173,223); }
td.TdClassName
{
border-color: #DDADDF;
}
.TagClassName
{
border-color: #DDADDF;
}
</style>