Shades of Plum #DD8DDE
Tints of Plum #DD8DDE
RGB
CMYK
RGB Variations
Color information
#DD8DDE (or 0xDD8DDE) is known color: Plum. HEX triplet: DD, 8D and DE. RGB value is (221,141,222). Sum of RGB (Red+Green+Blue) = 221+141+222=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DDE is #227221. Grayscale: #ADADAD. Windows color (decimal): -2257442 or 14585309. OLE color: 14585309.
HSL color Cylindrical-coordinate representation of color #DD8DDE: hue angle of 299.26º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DDE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 222 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.13 |
| HSL | 299.26º | 0.55% | 0.71% | - |
| HSV(B) | 299.26º | 0.36% | 0.87% | - |
| XYZ | 52.53 | 39.7 | 74 | - |
| YUV | 174.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 222 | 0.00 | 0.36 | 0 | 0.13 | 299.26 | 0.55 | 0.71 |
| Hex | DD | 8D | DE | 0 | 24 | 0 | D | 12B | 37 | 47 |
| Octal | 335 | 215 | 336 | 0 | 44 | 0 | 15 | 453 | 67 | 107 |
| Binary | 11011101 | 10001101 | 11011110 | 0 | 100100 | 0 | 1101 | 100101011 | 110111 | 1000111 |
Color Harmonies of #DD8DDE
Complementary color
Monochromatic Colors of #DD8DDE
Black with #DD8DDE
Text Example
Text Example
White with #DD8DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DDE; }
p { color: rgb(221,141,222); }
H1.HeaderClassName
{
color: #DD8DDE;
}
.AnyTagClassName
{
color: #DD8DDE;
}
</style>
background-color css
<style>
a { background-color: #DD8DDE; }
a { background-color: rgb(221,141,222); }
div.DivClassName
{
background-color: #DD8DDE;
}
.BgClassName
{
background-color: #DD8DDE;
}
</style>
border-color css
<style>
span { border-color: #DD8DDE; }
span { border-color: rgb(221,141,222); }
td.TdClassName
{
border-color: #DD8DDE;
}
.TagClassName
{
border-color: #DD8DDE;
}
</style>