Shades of Plum #DD9CEE
Tints of Plum #DD9CEE
RGB
CMYK
RGB Variations
Color information
#DD9CEE (or 0xDD9CEE) is known color: Plum. HEX triplet: DD, 9C and EE. RGB value is (221,156,238). Sum of RGB (Red+Green+Blue) = 221+156+238=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CEE is #226311. Grayscale: #B8B8B8. Windows color (decimal): -2253586 or 15637725. OLE color: 15637725.
HSL color Cylindrical-coordinate representation of color #DD9CEE: hue angle of 287.56º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9CEE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 156 | 238 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.07 |
| HSL | 287.56º | 0.71% | 0.77% | - |
| HSV(B) | 287.56º | 0.34% | 0.93% | - |
| XYZ | 57.14 | 45.32 | 86.63 | - |
| YUV | 184.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 238 | 0.07 | 0.34 | 0 | 0.07 | 287.56 | 0.71 | 0.77 |
| Hex | DD | 9C | EE | 7 | 22 | 0 | 7 | 120 | 47 | 4D |
| Octal | 335 | 234 | 356 | 7 | 42 | 0 | 7 | 440 | 107 | 115 |
| Binary | 11011101 | 10011100 | 11101110 | 111 | 100010 | 0 | 111 | 100100000 | 1000111 | 1001101 |
Color Harmonies of #DD9CEE
Complementary color
Monochromatic Colors of #DD9CEE
Black with #DD9CEE
Text Example
Text Example
White with #DD9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CEE; }
p { color: rgb(221,156,238); }
H1.HeaderClassName
{
color: #DD9CEE;
}
.AnyTagClassName
{
color: #DD9CEE;
}
</style>
background-color css
<style>
a { background-color: #DD9CEE; }
a { background-color: rgb(221,156,238); }
div.DivClassName
{
background-color: #DD9CEE;
}
.BgClassName
{
background-color: #DD9CEE;
}
</style>
border-color css
<style>
span { border-color: #DD9CEE; }
span { border-color: rgb(221,156,238); }
td.TdClassName
{
border-color: #DD9CEE;
}
.TagClassName
{
border-color: #DD9CEE;
}
</style>