Shades of Plum #DF90E1
Tints of Plum #DF90E1
RGB
CMYK
RGB Variations
Color information
#DF90E1 (or 0xDF90E1) is known color: Plum. HEX triplet: DF, 90 and E1. RGB value is (223,144,225). Sum of RGB (Red+Green+Blue) = 223+144+225=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF90E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90E1 is #206F1E. Grayscale: #B0B0B0. Windows color (decimal): -2125599 or 14782687. OLE color: 14782687.
HSL color Cylindrical-coordinate representation of color #DF90E1: hue angle of 298.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF90E1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 144 | 225 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.12 |
| HSL | 298.52º | 0.57% | 0.72% | - |
| HSV(B) | 298.52º | 0.36% | 0.88% | - |
| XYZ | 54 | 41.07 | 76.32 | - |
| YUV | 176.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 225 | 0.01 | 0.36 | 0 | 0.12 | 298.52 | 0.57 | 0.72 |
| Hex | DF | 90 | E1 | 1 | 24 | 0 | C | 12B | 39 | 48 |
| Octal | 337 | 220 | 341 | 1 | 44 | 0 | 14 | 453 | 71 | 110 |
| Binary | 11011111 | 10010000 | 11100001 | 1 | 100100 | 0 | 1100 | 100101011 | 111001 | 1001000 |
Color Harmonies of #DF90E1
Complementary color
Monochromatic Colors of #DF90E1
Black with #DF90E1
Text Example
Text Example
White with #DF90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90E1; }
p { color: rgb(223,144,225); }
H1.HeaderClassName
{
color: #DF90E1;
}
.AnyTagClassName
{
color: #DF90E1;
}
</style>
background-color css
<style>
a { background-color: #DF90E1; }
a { background-color: rgb(223,144,225); }
div.DivClassName
{
background-color: #DF90E1;
}
.BgClassName
{
background-color: #DF90E1;
}
</style>
border-color css
<style>
span { border-color: #DF90E1; }
span { border-color: rgb(223,144,225); }
td.TdClassName
{
border-color: #DF90E1;
}
.TagClassName
{
border-color: #DF90E1;
}
</style>