Shades of Plum #DD90DD
Tints of Plum #DD90DD
RGB
CMYK
RGB Variations
Color information
#DD90DD (or 0xDD90DD) is known color: Plum. HEX triplet: DD, 90 and DD. RGB value is (221,144,221). Sum of RGB (Red+Green+Blue) = 221+144+221=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90DD is #226F22. Grayscale: #AFAFAF. Windows color (decimal): -2256675 or 14520541. OLE color: 14520541.
HSL color Cylindrical-coordinate representation of color #DD90DD: hue angle of 300º 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 #DD90DD is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 221 | - |
| CMYK | 0 | 0.35 | 0 | 0.13 |
| HSL | 300º | 0.53% | 0.72% | - |
| HSV(B) | 300º | 0.35% | 0.87% | - |
| XYZ | 52.84 | 40.54 | 73.45 | - |
| YUV | 175.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 221 | 0 | 0.35 | 0 | 0.13 | 300 | 0.53 | 0.72 |
| Hex | DD | 90 | DD | 0 | 23 | 0 | D | 12C | 35 | 48 |
| Octal | 335 | 220 | 335 | 0 | 43 | 0 | 15 | 454 | 65 | 110 |
| Binary | 11011101 | 10010000 | 11011101 | 0 | 100011 | 0 | 1101 | 100101100 | 110101 | 1001000 |
Color Harmonies of #DD90DD
Complementary color
Monochromatic Colors of #DD90DD
Black with #DD90DD
Text Example
Text Example
White with #DD90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90DD; }
p { color: rgb(221,144,221); }
H1.HeaderClassName
{
color: #DD90DD;
}
.AnyTagClassName
{
color: #DD90DD;
}
</style>
background-color css
<style>
a { background-color: #DD90DD; }
a { background-color: rgb(221,144,221); }
div.DivClassName
{
background-color: #DD90DD;
}
.BgClassName
{
background-color: #DD90DD;
}
</style>
border-color css
<style>
span { border-color: #DD90DD; }
span { border-color: rgb(221,144,221); }
td.TdClassName
{
border-color: #DD90DD;
}
.TagClassName
{
border-color: #DD90DD;
}
</style>