Shades of Plum #DD8CDA
Tints of Plum #DD8CDA
RGB
CMYK
RGB Variations
Color information
#DD8CDA (or 0xDD8CDA) is known color: Plum. HEX triplet: DD, 8C and DA. RGB value is (221,140,218). Sum of RGB (Red+Green+Blue) = 221+140+218=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CDA is #227325. Grayscale: #ACACAC. Windows color (decimal): -2257702 or 14322909. OLE color: 14322909.
HSL color Cylindrical-coordinate representation of color #DD8CDA: hue angle of 302.22º 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 #DD8CDA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 218 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.13 |
| HSL | 302.22º | 0.54% | 0.71% | - |
| HSV(B) | 302.22º | 0.37% | 0.87% | - |
| XYZ | 51.85 | 39.19 | 71.16 | - |
| YUV | 173.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 218 | 0 | 0.37 | 0.01 | 0.13 | 302.22 | 0.54 | 0.71 |
| Hex | DD | 8C | DA | 0 | 25 | 1 | D | 12E | 36 | 47 |
| Octal | 335 | 214 | 332 | 0 | 45 | 1 | 15 | 456 | 66 | 107 |
| Binary | 11011101 | 10001100 | 11011010 | 0 | 100101 | 1 | 1101 | 100101110 | 110110 | 1000111 |
Color Harmonies of #DD8CDA
Complementary color
Monochromatic Colors of #DD8CDA
Black with #DD8CDA
Text Example
Text Example
White with #DD8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CDA; }
p { color: rgb(221,140,218); }
H1.HeaderClassName
{
color: #DD8CDA;
}
.AnyTagClassName
{
color: #DD8CDA;
}
</style>
background-color css
<style>
a { background-color: #DD8CDA; }
a { background-color: rgb(221,140,218); }
div.DivClassName
{
background-color: #DD8CDA;
}
.BgClassName
{
background-color: #DD8CDA;
}
</style>
border-color css
<style>
span { border-color: #DD8CDA; }
span { border-color: rgb(221,140,218); }
td.TdClassName
{
border-color: #DD8CDA;
}
.TagClassName
{
border-color: #DD8CDA;
}
</style>