Shades of Plum #DD90E4
Tints of Plum #DD90E4
RGB
CMYK
RGB Variations
Color information
#DD90E4 (or 0xDD90E4) is known color: Plum. HEX triplet: DD, 90 and E4. RGB value is (221,144,228). Sum of RGB (Red+Green+Blue) = 221+144+228=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90E4 is #226F1B. Grayscale: #B0B0B0. Windows color (decimal): -2256668 or 14979293. OLE color: 14979293.
HSL color Cylindrical-coordinate representation of color #DD90E4: hue angle of 295º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD90E4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 144 | 228 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.11 |
| HSL | 295º | 0.61% | 0.73% | - |
| HSV(B) | 295º | 0.37% | 0.89% | - |
| XYZ | 53.8 | 40.92 | 78.46 | - |
| YUV | 176.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 228 | 0.03 | 0.37 | 0 | 0.11 | 295 | 0.61 | 0.73 |
| Hex | DD | 90 | E4 | 3 | 25 | 0 | B | 127 | 3D | 49 |
| Octal | 335 | 220 | 344 | 3 | 45 | 0 | 13 | 447 | 75 | 111 |
| Binary | 11011101 | 10010000 | 11100100 | 11 | 100101 | 0 | 1011 | 100100111 | 111101 | 1001001 |
Color Harmonies of #DD90E4
Complementary color
Monochromatic Colors of #DD90E4
Black with #DD90E4
Text Example
Text Example
White with #DD90E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90E4; }
p { color: rgb(221,144,228); }
H1.HeaderClassName
{
color: #DD90E4;
}
.AnyTagClassName
{
color: #DD90E4;
}
</style>
background-color css
<style>
a { background-color: #DD90E4; }
a { background-color: rgb(221,144,228); }
div.DivClassName
{
background-color: #DD90E4;
}
.BgClassName
{
background-color: #DD90E4;
}
</style>
border-color css
<style>
span { border-color: #DD90E4; }
span { border-color: rgb(221,144,228); }
td.TdClassName
{
border-color: #DD90E4;
}
.TagClassName
{
border-color: #DD90E4;
}
</style>