Shades of Plum #DD8CCE
Tints of Plum #DD8CCE
RGB
CMYK
RGB Variations
Color information
#DD8CCE (or 0xDD8CCE) is known color: Plum. HEX triplet: DD, 8C and CE. RGB value is (221,140,206). Sum of RGB (Red+Green+Blue) = 221+140+206=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CCE is #227331. Grayscale: #ABABAB. Windows color (decimal): -2257714 or 13536477. OLE color: 13536477.
HSL color Cylindrical-coordinate representation of color #DD8CCE: hue angle of 311.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8CCE is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 206 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.13 |
| HSL | 311.11º | 0.54% | 0.71% | - |
| HSV(B) | 311.11º | 0.37% | 0.87% | - |
| XYZ | 50.34 | 38.58 | 63.19 | - |
| YUV | 171.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 206 | 0 | 0.37 | 0.07 | 0.13 | 311.11 | 0.54 | 0.71 |
| Hex | DD | 8C | CE | 0 | 25 | 7 | D | 137 | 36 | 47 |
| Octal | 335 | 214 | 316 | 0 | 45 | 7 | 15 | 467 | 66 | 107 |
| Binary | 11011101 | 10001100 | 11001110 | 0 | 100101 | 111 | 1101 | 100110111 | 110110 | 1000111 |
Color Harmonies of #DD8CCE
Complementary color
Monochromatic Colors of #DD8CCE
Black with #DD8CCE
Text Example
Text Example
White with #DD8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CCE; }
p { color: rgb(221,140,206); }
H1.HeaderClassName
{
color: #DD8CCE;
}
.AnyTagClassName
{
color: #DD8CCE;
}
</style>
background-color css
<style>
a { background-color: #DD8CCE; }
a { background-color: rgb(221,140,206); }
div.DivClassName
{
background-color: #DD8CCE;
}
.BgClassName
{
background-color: #DD8CCE;
}
</style>
border-color css
<style>
span { border-color: #DD8CCE; }
span { border-color: rgb(221,140,206); }
td.TdClassName
{
border-color: #DD8CCE;
}
.TagClassName
{
border-color: #DD8CCE;
}
</style>