Shades of Plum #DF90E2
Tints of Plum #DF90E2
RGB
CMYK
RGB Variations
Color information
#DF90E2 (or 0xDF90E2) is known color: Plum. HEX triplet: DF, 90 and E2. RGB value is (223,144,226). Sum of RGB (Red+Green+Blue) = 223+144+226=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #DF90E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90E2 is #206F1D. Grayscale: #B0B0B0. Windows color (decimal): -2125598 or 14848223. OLE color: 14848223.
HSL color Cylindrical-coordinate representation of color #DF90E2: hue angle of 297.8º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF90E2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 144 | 226 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.11 |
| HSL | 297.8º | 0.59% | 0.73% | - |
| HSV(B) | 297.8º | 0.36% | 0.89% | - |
| XYZ | 54.13 | 41.13 | 77.04 | - |
| YUV | 176.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 226 | 0.01 | 0.36 | 0 | 0.11 | 297.8 | 0.59 | 0.73 |
| Hex | DF | 90 | E2 | 1 | 24 | 0 | B | 12A | 3B | 49 |
| Octal | 337 | 220 | 342 | 1 | 44 | 0 | 13 | 452 | 73 | 111 |
| Binary | 11011111 | 10010000 | 11100010 | 1 | 100100 | 0 | 1011 | 100101010 | 111011 | 1001001 |
Color Harmonies of #DF90E2
Complementary color
Monochromatic Colors of #DF90E2
Black with #DF90E2
Text Example
Text Example
White with #DF90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90E2; }
p { color: rgb(223,144,226); }
H1.HeaderClassName
{
color: #DF90E2;
}
.AnyTagClassName
{
color: #DF90E2;
}
</style>
background-color css
<style>
a { background-color: #DF90E2; }
a { background-color: rgb(223,144,226); }
div.DivClassName
{
background-color: #DF90E2;
}
.BgClassName
{
background-color: #DF90E2;
}
</style>
border-color css
<style>
span { border-color: #DF90E2; }
span { border-color: rgb(223,144,226); }
td.TdClassName
{
border-color: #DF90E2;
}
.TagClassName
{
border-color: #DF90E2;
}
</style>