Shades of Plum #DD8FDC
Tints of Plum #DD8FDC
RGB
CMYK
RGB Variations
Color information
#DD8FDC (or 0xDD8FDC) is known color: Plum. HEX triplet: DD, 8F and DC. RGB value is (221,143,220). Sum of RGB (Red+Green+Blue) = 221+143+220=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDC is #227023. Grayscale: #AEAEAE. Windows color (decimal): -2256932 or 14454749. OLE color: 14454749.
HSL color Cylindrical-coordinate representation of color #DD8FDC: hue angle of 300.77º 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 #DD8FDC is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 220 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.13 |
| HSL | 300.77º | 0.53% | 0.71% | - |
| HSV(B) | 300.77º | 0.35% | 0.87% | - |
| XYZ | 52.56 | 40.18 | 72.7 | - |
| YUV | 175.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 220 | 0 | 0.35 | 0.00 | 0.13 | 300.77 | 0.53 | 0.71 |
| Hex | DD | 8F | DC | 0 | 23 | 0 | D | 12D | 35 | 47 |
| Octal | 335 | 217 | 334 | 0 | 43 | 0 | 15 | 455 | 65 | 107 |
| Binary | 11011101 | 10001111 | 11011100 | 0 | 100011 | 0 | 1101 | 100101101 | 110101 | 1000111 |
Color Harmonies of #DD8FDC
Complementary color
Monochromatic Colors of #DD8FDC
Black with #DD8FDC
Text Example
Text Example
White with #DD8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FDC; }
p { color: rgb(221,143,220); }
H1.HeaderClassName
{
color: #DD8FDC;
}
.AnyTagClassName
{
color: #DD8FDC;
}
</style>
background-color css
<style>
a { background-color: #DD8FDC; }
a { background-color: rgb(221,143,220); }
div.DivClassName
{
background-color: #DD8FDC;
}
.BgClassName
{
background-color: #DD8FDC;
}
</style>
border-color css
<style>
span { border-color: #DD8FDC; }
span { border-color: rgb(221,143,220); }
td.TdClassName
{
border-color: #DD8FDC;
}
.TagClassName
{
border-color: #DD8FDC;
}
</style>