Shades of Plum #DD8FCC
Tints of Plum #DD8FCC
RGB
CMYK
RGB Variations
Color information
#DD8FCC (or 0xDD8FCC) is known color: Plum. HEX triplet: DD, 8F and CC. RGB value is (221,143,204). Sum of RGB (Red+Green+Blue) = 221+143+204=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FCC is #227033. Grayscale: #ADADAD. Windows color (decimal): -2256948 or 13406173. OLE color: 13406173.
HSL color Cylindrical-coordinate representation of color #DD8FCC: hue angle of 313.08º 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 #DD8FCC is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 204 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.13 |
| HSL | 313.08º | 0.53% | 0.71% | - |
| HSV(B) | 313.08º | 0.35% | 0.87% | - |
| XYZ | 50.54 | 39.38 | 62.06 | - |
| YUV | 173.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 204 | 0 | 0.35 | 0.08 | 0.13 | 313.08 | 0.53 | 0.71 |
| Hex | DD | 8F | CC | 0 | 23 | 8 | D | 139 | 35 | 47 |
| Octal | 335 | 217 | 314 | 0 | 43 | 10 | 15 | 471 | 65 | 107 |
| Binary | 11011101 | 10001111 | 11001100 | 0 | 100011 | 1000 | 1101 | 100111001 | 110101 | 1000111 |
Color Harmonies of #DD8FCC
Complementary color
Monochromatic Colors of #DD8FCC
Black with #DD8FCC
Text Example
Text Example
White with #DD8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FCC; }
p { color: rgb(221,143,204); }
H1.HeaderClassName
{
color: #DD8FCC;
}
.AnyTagClassName
{
color: #DD8FCC;
}
</style>
background-color css
<style>
a { background-color: #DD8FCC; }
a { background-color: rgb(221,143,204); }
div.DivClassName
{
background-color: #DD8FCC;
}
.BgClassName
{
background-color: #DD8FCC;
}
</style>
border-color css
<style>
span { border-color: #DD8FCC; }
span { border-color: rgb(221,143,204); }
td.TdClassName
{
border-color: #DD8FCC;
}
.TagClassName
{
border-color: #DD8FCC;
}
</style>