Shades of Plum #DD9CE0
Tints of Plum #DD9CE0
RGB
CMYK
RGB Variations
Color information
#DD9CE0 (or 0xDD9CE0) is known color: Plum. HEX triplet: DD, 9C and E0. RGB value is (221,156,224). Sum of RGB (Red+Green+Blue) = 221+156+224=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CE0 is #22631F. Grayscale: #B6B6B6. Windows color (decimal): -2253600 or 14720221. OLE color: 14720221.
HSL color Cylindrical-coordinate representation of color #DD9CE0: hue angle of 297.35º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9CE0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 156 | 224 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.12 |
| HSL | 297.35º | 0.52% | 0.75% | - |
| HSV(B) | 297.35º | 0.3% | 0.88% | - |
| XYZ | 55.16 | 44.53 | 76.21 | - |
| YUV | 183.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 224 | 0.01 | 0.30 | 0 | 0.12 | 297.35 | 0.52 | 0.75 |
| Hex | DD | 9C | E0 | 1 | 1E | 0 | C | 129 | 34 | 4B |
| Octal | 335 | 234 | 340 | 1 | 36 | 0 | 14 | 451 | 64 | 113 |
| Binary | 11011101 | 10011100 | 11100000 | 1 | 11110 | 0 | 1100 | 100101001 | 110100 | 1001011 |
Color Harmonies of #DD9CE0
Complementary color
Monochromatic Colors of #DD9CE0
Black with #DD9CE0
Text Example
Text Example
White with #DD9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CE0; }
p { color: rgb(221,156,224); }
H1.HeaderClassName
{
color: #DD9CE0;
}
.AnyTagClassName
{
color: #DD9CE0;
}
</style>
background-color css
<style>
a { background-color: #DD9CE0; }
a { background-color: rgb(221,156,224); }
div.DivClassName
{
background-color: #DD9CE0;
}
.BgClassName
{
background-color: #DD9CE0;
}
</style>
border-color css
<style>
span { border-color: #DD9CE0; }
span { border-color: rgb(221,156,224); }
td.TdClassName
{
border-color: #DD9CE0;
}
.TagClassName
{
border-color: #DD9CE0;
}
</style>