Shades of Plum #DD8FCD
Tints of Plum #DD8FCD
RGB
CMYK
RGB Variations
Color information
#DD8FCD (or 0xDD8FCD) is known color: Plum. HEX triplet: DD, 8F and CD. RGB value is (221,143,205). Sum of RGB (Red+Green+Blue) = 221+143+205=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FCD is #227032. Grayscale: #ADADAD. Windows color (decimal): -2256947 or 13471709. OLE color: 13471709.
HSL color Cylindrical-coordinate representation of color #DD8FCD: hue angle of 312.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FCD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 205 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.13 |
| HSL | 312.31º | 0.53% | 0.71% | - |
| HSV(B) | 312.31º | 0.35% | 0.87% | - |
| XYZ | 50.66 | 39.42 | 62.7 | - |
| YUV | 173.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 205 | 0 | 0.35 | 0.07 | 0.13 | 312.31 | 0.53 | 0.71 |
| Hex | DD | 8F | CD | 0 | 23 | 7 | D | 138 | 35 | 47 |
| Octal | 335 | 217 | 315 | 0 | 43 | 7 | 15 | 470 | 65 | 107 |
| Binary | 11011101 | 10001111 | 11001101 | 0 | 100011 | 111 | 1101 | 100111000 | 110101 | 1000111 |
Color Harmonies of #DD8FCD
Complementary color
Monochromatic Colors of #DD8FCD
Black with #DD8FCD
Text Example
Text Example
White with #DD8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FCD; }
p { color: rgb(221,143,205); }
H1.HeaderClassName
{
color: #DD8FCD;
}
.AnyTagClassName
{
color: #DD8FCD;
}
</style>
background-color css
<style>
a { background-color: #DD8FCD; }
a { background-color: rgb(221,143,205); }
div.DivClassName
{
background-color: #DD8FCD;
}
.BgClassName
{
background-color: #DD8FCD;
}
</style>
border-color css
<style>
span { border-color: #DD8FCD; }
span { border-color: rgb(221,143,205); }
td.TdClassName
{
border-color: #DD8FCD;
}
.TagClassName
{
border-color: #DD8FCD;
}
</style>