Shades of Plum #DD9CE5
Tints of Plum #DD9CE5
RGB
CMYK
RGB Variations
Color information
#DD9CE5 (or 0xDD9CE5) is known color: Plum. HEX triplet: DD, 9C and E5. RGB value is (221,156,229). Sum of RGB (Red+Green+Blue) = 221+156+229=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CE5 is #22631A. Grayscale: #B7B7B7. Windows color (decimal): -2253595 or 15047901. OLE color: 15047901.
HSL color Cylindrical-coordinate representation of color #DD9CE5: hue angle of 293.42º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9CE5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 156 | 229 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.10 |
| HSL | 293.42º | 0.58% | 0.75% | - |
| HSV(B) | 293.42º | 0.32% | 0.9% | - |
| XYZ | 55.85 | 44.81 | 79.83 | - |
| YUV | 183.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 229 | 0.03 | 0.32 | 0 | 0.10 | 293.42 | 0.58 | 0.75 |
| Hex | DD | 9C | E5 | 3 | 20 | 0 | A | 125 | 3A | 4B |
| Octal | 335 | 234 | 345 | 3 | 40 | 0 | 12 | 445 | 72 | 113 |
| Binary | 11011101 | 10011100 | 11100101 | 11 | 100000 | 0 | 1010 | 100100101 | 111010 | 1001011 |
Color Harmonies of #DD9CE5
Complementary color
Monochromatic Colors of #DD9CE5
Black with #DD9CE5
Text Example
Text Example
White with #DD9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CE5; }
p { color: rgb(221,156,229); }
H1.HeaderClassName
{
color: #DD9CE5;
}
.AnyTagClassName
{
color: #DD9CE5;
}
</style>
background-color css
<style>
a { background-color: #DD9CE5; }
a { background-color: rgb(221,156,229); }
div.DivClassName
{
background-color: #DD9CE5;
}
.BgClassName
{
background-color: #DD9CE5;
}
</style>
border-color css
<style>
span { border-color: #DD9CE5; }
span { border-color: rgb(221,156,229); }
td.TdClassName
{
border-color: #DD9CE5;
}
.TagClassName
{
border-color: #DD9CE5;
}
</style>