Shades of Plum #DF90E8
Tints of Plum #DF90E8
RGB
CMYK
RGB Variations
Color information
#DF90E8 (or 0xDF90E8) is known color: Plum. HEX triplet: DF, 90 and E8. RGB value is (223,144,232). Sum of RGB (Red+Green+Blue) = 223+144+232=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF90E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90E8 is #206F17. Grayscale: #B1B1B1. Windows color (decimal): -2125592 or 15241439. OLE color: 15241439.
HSL color Cylindrical-coordinate representation of color #DF90E8: hue angle of 293.86º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF90E8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 144 | 232 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.09 |
| HSL | 293.86º | 0.66% | 0.74% | - |
| HSV(B) | 293.86º | 0.38% | 0.91% | - |
| XYZ | 54.97 | 41.46 | 81.45 | - |
| YUV | 177.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 232 | 0.04 | 0.38 | 0 | 0.09 | 293.86 | 0.66 | 0.74 |
| Hex | DF | 90 | E8 | 4 | 26 | 0 | 9 | 126 | 42 | 4A |
| Octal | 337 | 220 | 350 | 4 | 46 | 0 | 11 | 446 | 102 | 112 |
| Binary | 11011111 | 10010000 | 11101000 | 100 | 100110 | 0 | 1001 | 100100110 | 1000010 | 1001010 |
Color Harmonies of #DF90E8
Complementary color
Monochromatic Colors of #DF90E8
Black with #DF90E8
Text Example
Text Example
White with #DF90E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90E8; }
p { color: rgb(223,144,232); }
H1.HeaderClassName
{
color: #DF90E8;
}
.AnyTagClassName
{
color: #DF90E8;
}
</style>
background-color css
<style>
a { background-color: #DF90E8; }
a { background-color: rgb(223,144,232); }
div.DivClassName
{
background-color: #DF90E8;
}
.BgClassName
{
background-color: #DF90E8;
}
</style>
border-color css
<style>
span { border-color: #DF90E8; }
span { border-color: rgb(223,144,232); }
td.TdClassName
{
border-color: #DF90E8;
}
.TagClassName
{
border-color: #DF90E8;
}
</style>