Shades of Plum #DD90D8
Tints of Plum #DD90D8
RGB
CMYK
RGB Variations
Color information
#DD90D8 (or 0xDD90D8) is known color: Plum. HEX triplet: DD, 90 and D8. RGB value is (221,144,216). Sum of RGB (Red+Green+Blue) = 221+144+216=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D8 is #226F27. Grayscale: #AFAFAF. Windows color (decimal): -2256680 or 14192861. OLE color: 14192861.
HSL color Cylindrical-coordinate representation of color #DD90D8: hue angle of 303.9º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90D8 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 216 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.13 |
| HSL | 303.9º | 0.53% | 0.72% | - |
| HSV(B) | 303.9º | 0.35% | 0.87% | - |
| XYZ | 52.19 | 40.28 | 69.99 | - |
| YUV | 175.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 216 | 0 | 0.35 | 0.02 | 0.13 | 303.9 | 0.53 | 0.72 |
| Hex | DD | 90 | D8 | 0 | 23 | 2 | D | 130 | 35 | 48 |
| Octal | 335 | 220 | 330 | 0 | 43 | 2 | 15 | 460 | 65 | 110 |
| Binary | 11011101 | 10010000 | 11011000 | 0 | 100011 | 10 | 1101 | 100110000 | 110101 | 1001000 |
Color Harmonies of #DD90D8
Complementary color
Monochromatic Colors of #DD90D8
Black with #DD90D8
Text Example
Text Example
White with #DD90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90D8; }
p { color: rgb(221,144,216); }
H1.HeaderClassName
{
color: #DD90D8;
}
.AnyTagClassName
{
color: #DD90D8;
}
</style>
background-color css
<style>
a { background-color: #DD90D8; }
a { background-color: rgb(221,144,216); }
div.DivClassName
{
background-color: #DD90D8;
}
.BgClassName
{
background-color: #DD90D8;
}
</style>
border-color css
<style>
span { border-color: #DD90D8; }
span { border-color: rgb(221,144,216); }
td.TdClassName
{
border-color: #DD90D8;
}
.TagClassName
{
border-color: #DD90D8;
}
</style>