Shades of Plum #DD9CE6
Tints of Plum #DD9CE6
RGB
CMYK
RGB Variations
Color information
#DD9CE6 (or 0xDD9CE6) is known color: Plum. HEX triplet: DD, 9C and E6. RGB value is (221,156,230). Sum of RGB (Red+Green+Blue) = 221+156+230=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD9CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CE6 is #226319. Grayscale: #B7B7B7. Windows color (decimal): -2253594 or 15113437. OLE color: 15113437.
HSL color Cylindrical-coordinate representation of color #DD9CE6: hue angle of 292.7º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9CE6 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 156 | 230 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.10 |
| HSL | 292.7º | 0.6% | 0.76% | - |
| HSV(B) | 292.7º | 0.32% | 0.9% | - |
| XYZ | 55.99 | 44.86 | 80.57 | - |
| YUV | 183.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 230 | 0.04 | 0.32 | 0 | 0.10 | 292.7 | 0.6 | 0.76 |
| Hex | DD | 9C | E6 | 4 | 20 | 0 | A | 125 | 3C | 4C |
| Octal | 335 | 234 | 346 | 4 | 40 | 0 | 12 | 445 | 74 | 114 |
| Binary | 11011101 | 10011100 | 11100110 | 100 | 100000 | 0 | 1010 | 100100101 | 111100 | 1001100 |
Color Harmonies of #DD9CE6
Complementary color
Monochromatic Colors of #DD9CE6
Black with #DD9CE6
Text Example
Text Example
White with #DD9CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CE6; }
p { color: rgb(221,156,230); }
H1.HeaderClassName
{
color: #DD9CE6;
}
.AnyTagClassName
{
color: #DD9CE6;
}
</style>
background-color css
<style>
a { background-color: #DD9CE6; }
a { background-color: rgb(221,156,230); }
div.DivClassName
{
background-color: #DD9CE6;
}
.BgClassName
{
background-color: #DD9CE6;
}
</style>
border-color css
<style>
span { border-color: #DD9CE6; }
span { border-color: rgb(221,156,230); }
td.TdClassName
{
border-color: #DD9CE6;
}
.TagClassName
{
border-color: #DD9CE6;
}
</style>