Shades of Plum #DD9CE1
Tints of Plum #DD9CE1
RGB
CMYK
RGB Variations
Color information
#DD9CE1 (or 0xDD9CE1) is known color: Plum. HEX triplet: DD, 9C and E1. RGB value is (221,156,225). Sum of RGB (Red+Green+Blue) = 221+156+225=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD9CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CE1 is #22631E. Grayscale: #B7B7B7. Windows color (decimal): -2253599 or 14785757. OLE color: 14785757.
HSL color Cylindrical-coordinate representation of color #DD9CE1: hue angle of 296.52º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9CE1 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 156 | 225 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.12 |
| HSL | 296.52º | 0.53% | 0.75% | - |
| HSV(B) | 296.52º | 0.31% | 0.88% | - |
| XYZ | 55.3 | 44.59 | 76.93 | - |
| YUV | 183.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 225 | 0.02 | 0.31 | 0 | 0.12 | 296.52 | 0.53 | 0.75 |
| Hex | DD | 9C | E1 | 2 | 1F | 0 | C | 129 | 35 | 4B |
| Octal | 335 | 234 | 341 | 2 | 37 | 0 | 14 | 451 | 65 | 113 |
| Binary | 11011101 | 10011100 | 11100001 | 10 | 11111 | 0 | 1100 | 100101001 | 110101 | 1001011 |
Color Harmonies of #DD9CE1
Complementary color
Monochromatic Colors of #DD9CE1
Black with #DD9CE1
Text Example
Text Example
White with #DD9CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CE1; }
p { color: rgb(221,156,225); }
H1.HeaderClassName
{
color: #DD9CE1;
}
.AnyTagClassName
{
color: #DD9CE1;
}
</style>
background-color css
<style>
a { background-color: #DD9CE1; }
a { background-color: rgb(221,156,225); }
div.DivClassName
{
background-color: #DD9CE1;
}
.BgClassName
{
background-color: #DD9CE1;
}
</style>
border-color css
<style>
span { border-color: #DD9CE1; }
span { border-color: rgb(221,156,225); }
td.TdClassName
{
border-color: #DD9CE1;
}
.TagClassName
{
border-color: #DD9CE1;
}
</style>