Shades of Plum #DD9CCE
Tints of Plum #DD9CCE
RGB
CMYK
RGB Variations
Color information
#DD9CCE (or 0xDD9CCE) is known color: Plum. HEX triplet: DD, 9C and CE. RGB value is (221,156,206). Sum of RGB (Red+Green+Blue) = 221+156+206=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCE is #226331. Grayscale: #B4B4B4. Windows color (decimal): -2253618 or 13540573. OLE color: 13540573.
HSL color Cylindrical-coordinate representation of color #DD9CCE: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CCE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 206 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.13 |
| HSL | 313.85º | 0.49% | 0.74% | - |
| HSV(B) | 313.85º | 0.29% | 0.87% | - |
| XYZ | 52.85 | 43.61 | 64.02 | - |
| YUV | 181.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 206 | 0 | 0.29 | 0.07 | 0.13 | 313.85 | 0.49 | 0.74 |
| Hex | DD | 9C | CE | 0 | 1D | 7 | D | 13A | 31 | 4A |
| Octal | 335 | 234 | 316 | 0 | 35 | 7 | 15 | 472 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11001110 | 0 | 11101 | 111 | 1101 | 100111010 | 110001 | 1001010 |
Color Harmonies of #DD9CCE
Complementary color
Monochromatic Colors of #DD9CCE
Black with #DD9CCE
Text Example
Text Example
White with #DD9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CCE; }
p { color: rgb(221,156,206); }
H1.HeaderClassName
{
color: #DD9CCE;
}
.AnyTagClassName
{
color: #DD9CCE;
}
</style>
background-color css
<style>
a { background-color: #DD9CCE; }
a { background-color: rgb(221,156,206); }
div.DivClassName
{
background-color: #DD9CCE;
}
.BgClassName
{
background-color: #DD9CCE;
}
</style>
border-color css
<style>
span { border-color: #DD9CCE; }
span { border-color: rgb(221,156,206); }
td.TdClassName
{
border-color: #DD9CCE;
}
.TagClassName
{
border-color: #DD9CCE;
}
</style>