Shades of Plum #DD90D4
Tints of Plum #DD90D4
RGB
CMYK
RGB Variations
Color information
#DD90D4 (or 0xDD90D4) is known color: Plum. HEX triplet: DD, 90 and D4. RGB value is (221,144,212). Sum of RGB (Red+Green+Blue) = 221+144+212=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90D4 is #226F2B. Grayscale: #AEAEAE. Windows color (decimal): -2256684 or 13930717. OLE color: 13930717.
HSL color Cylindrical-coordinate representation of color #DD90D4: hue angle of 307.01º 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 #DD90D4 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 212 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.13 |
| HSL | 307.01º | 0.53% | 0.72% | - |
| HSV(B) | 307.01º | 0.35% | 0.87% | - |
| XYZ | 51.68 | 40.07 | 67.3 | - |
| YUV | 174.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 212 | 0 | 0.35 | 0.04 | 0.13 | 307.01 | 0.53 | 0.72 |
| Hex | DD | 90 | D4 | 0 | 23 | 4 | D | 133 | 35 | 48 |
| Octal | 335 | 220 | 324 | 0 | 43 | 4 | 15 | 463 | 65 | 110 |
| Binary | 11011101 | 10010000 | 11010100 | 0 | 100011 | 100 | 1101 | 100110011 | 110101 | 1001000 |
Color Harmonies of #DD90D4
Complementary color
Monochromatic Colors of #DD90D4
Black with #DD90D4
Text Example
Text Example
White with #DD90D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90D4; }
p { color: rgb(221,144,212); }
H1.HeaderClassName
{
color: #DD90D4;
}
.AnyTagClassName
{
color: #DD90D4;
}
</style>
background-color css
<style>
a { background-color: #DD90D4; }
a { background-color: rgb(221,144,212); }
div.DivClassName
{
background-color: #DD90D4;
}
.BgClassName
{
background-color: #DD90D4;
}
</style>
border-color css
<style>
span { border-color: #DD90D4; }
span { border-color: rgb(221,144,212); }
td.TdClassName
{
border-color: #DD90D4;
}
.TagClassName
{
border-color: #DD90D4;
}
</style>