Shades of Plum #DD9FE0
Tints of Plum #DD9FE0
RGB
CMYK
RGB Variations
Color information
#DD9FE0 (or 0xDD9FE0) is known color: Plum. HEX triplet: DD, 9F and E0. RGB value is (221,159,224). Sum of RGB (Red+Green+Blue) = 221+159+224=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FE0 is #22601F. Grayscale: #B8B8B8. Windows color (decimal): -2252832 or 14720989. OLE color: 14720989.
HSL color Cylindrical-coordinate representation of color #DD9FE0: hue angle of 297.23º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9FE0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 159 | 224 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.12 |
| HSL | 297.23º | 0.51% | 0.75% | - |
| HSV(B) | 297.23º | 0.29% | 0.88% | - |
| XYZ | 55.67 | 45.55 | 76.38 | - |
| YUV | 184.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 224 | 0.01 | 0.29 | 0 | 0.12 | 297.23 | 0.51 | 0.75 |
| Hex | DD | 9F | E0 | 1 | 1D | 0 | C | 129 | 33 | 4B |
| Octal | 335 | 237 | 340 | 1 | 35 | 0 | 14 | 451 | 63 | 113 |
| Binary | 11011101 | 10011111 | 11100000 | 1 | 11101 | 0 | 1100 | 100101001 | 110011 | 1001011 |
Color Harmonies of #DD9FE0
Complementary color
Monochromatic Colors of #DD9FE0
Black with #DD9FE0
Text Example
Text Example
White with #DD9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FE0; }
p { color: rgb(221,159,224); }
H1.HeaderClassName
{
color: #DD9FE0;
}
.AnyTagClassName
{
color: #DD9FE0;
}
</style>
background-color css
<style>
a { background-color: #DD9FE0; }
a { background-color: rgb(221,159,224); }
div.DivClassName
{
background-color: #DD9FE0;
}
.BgClassName
{
background-color: #DD9FE0;
}
</style>
border-color css
<style>
span { border-color: #DD9FE0; }
span { border-color: rgb(221,159,224); }
td.TdClassName
{
border-color: #DD9FE0;
}
.TagClassName
{
border-color: #DD9FE0;
}
</style>