Shades of Plum #DD8CCD
Tints of Plum #DD8CCD
RGB
CMYK
RGB Variations
Color information
#DD8CCD (or 0xDD8CCD) is known color: Plum. HEX triplet: DD, 8C and CD. RGB value is (221,140,205). Sum of RGB (Red+Green+Blue) = 221+140+205=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CCD is #227332. Grayscale: #ABABAB. Windows color (decimal): -2257715 or 13470941. OLE color: 13470941.
HSL color Cylindrical-coordinate representation of color #DD8CCD: hue angle of 311.85º 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 #DD8CCD is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 205 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.13 |
| HSL | 311.85º | 0.54% | 0.71% | - |
| HSV(B) | 311.85º | 0.37% | 0.87% | - |
| XYZ | 50.22 | 38.54 | 62.55 | - |
| YUV | 171.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 205 | 0 | 0.37 | 0.07 | 0.13 | 311.85 | 0.54 | 0.71 |
| Hex | DD | 8C | CD | 0 | 25 | 7 | D | 138 | 36 | 47 |
| Octal | 335 | 214 | 315 | 0 | 45 | 7 | 15 | 470 | 66 | 107 |
| Binary | 11011101 | 10001100 | 11001101 | 0 | 100101 | 111 | 1101 | 100111000 | 110110 | 1000111 |
Color Harmonies of #DD8CCD
Complementary color
Monochromatic Colors of #DD8CCD
Black with #DD8CCD
Text Example
Text Example
White with #DD8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CCD; }
p { color: rgb(221,140,205); }
H1.HeaderClassName
{
color: #DD8CCD;
}
.AnyTagClassName
{
color: #DD8CCD;
}
</style>
background-color css
<style>
a { background-color: #DD8CCD; }
a { background-color: rgb(221,140,205); }
div.DivClassName
{
background-color: #DD8CCD;
}
.BgClassName
{
background-color: #DD8CCD;
}
</style>
border-color css
<style>
span { border-color: #DD8CCD; }
span { border-color: rgb(221,140,205); }
td.TdClassName
{
border-color: #DD8CCD;
}
.TagClassName
{
border-color: #DD8CCD;
}
</style>