Shades of Plum #DD90EB
Tints of Plum #DD90EB
RGB
CMYK
RGB Variations
Color information
#DD90EB (or 0xDD90EB) is known color: Plum. HEX triplet: DD, 90 and EB. RGB value is (221,144,235). Sum of RGB (Red+Green+Blue) = 221+144+235=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90EB is #226F14. Grayscale: #B1B1B1. Windows color (decimal): -2256661 or 15438045. OLE color: 15438045.
HSL color Cylindrical-coordinate representation of color #DD90EB: hue angle of 290.77º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD90EB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 144 | 235 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.08 |
| HSL | 290.77º | 0.69% | 0.74% | - |
| HSV(B) | 290.77º | 0.39% | 0.92% | - |
| XYZ | 54.79 | 41.32 | 83.68 | - |
| YUV | 177.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 235 | 0.06 | 0.39 | 0 | 0.08 | 290.77 | 0.69 | 0.74 |
| Hex | DD | 90 | EB | 6 | 27 | 0 | 8 | 123 | 45 | 4A |
| Octal | 335 | 220 | 353 | 6 | 47 | 0 | 10 | 443 | 105 | 112 |
| Binary | 11011101 | 10010000 | 11101011 | 110 | 100111 | 0 | 1000 | 100100011 | 1000101 | 1001010 |
Color Harmonies of #DD90EB
Complementary color
Monochromatic Colors of #DD90EB
Black with #DD90EB
Text Example
Text Example
White with #DD90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90EB; }
p { color: rgb(221,144,235); }
H1.HeaderClassName
{
color: #DD90EB;
}
.AnyTagClassName
{
color: #DD90EB;
}
</style>
background-color css
<style>
a { background-color: #DD90EB; }
a { background-color: rgb(221,144,235); }
div.DivClassName
{
background-color: #DD90EB;
}
.BgClassName
{
background-color: #DD90EB;
}
</style>
border-color css
<style>
span { border-color: #DD90EB; }
span { border-color: rgb(221,144,235); }
td.TdClassName
{
border-color: #DD90EB;
}
.TagClassName
{
border-color: #DD90EB;
}
</style>