Shades of Plum #DF90E6
Tints of Plum #DF90E6
RGB
CMYK
RGB Variations
Color information
#DF90E6 (or 0xDF90E6) is known color: Plum. HEX triplet: DF, 90 and E6. RGB value is (223,144,230). Sum of RGB (Red+Green+Blue) = 223+144+230=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90E6 is #206F19. Grayscale: #B1B1B1. Windows color (decimal): -2125594 or 15110367. OLE color: 15110367.
HSL color Cylindrical-coordinate representation of color #DF90E6: hue angle of 295.12º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF90E6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 144 | 230 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.10 |
| HSL | 295.12º | 0.63% | 0.73% | - |
| HSV(B) | 295.12º | 0.37% | 0.9% | - |
| XYZ | 54.69 | 41.35 | 79.96 | - |
| YUV | 177.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 230 | 0.03 | 0.37 | 0 | 0.10 | 295.12 | 0.63 | 0.73 |
| Hex | DF | 90 | E6 | 3 | 25 | 0 | A | 127 | 3F | 49 |
| Octal | 337 | 220 | 346 | 3 | 45 | 0 | 12 | 447 | 77 | 111 |
| Binary | 11011111 | 10010000 | 11100110 | 11 | 100101 | 0 | 1010 | 100100111 | 111111 | 1001001 |
Color Harmonies of #DF90E6
Complementary color
Monochromatic Colors of #DF90E6
Black with #DF90E6
Text Example
Text Example
White with #DF90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90E6; }
p { color: rgb(223,144,230); }
H1.HeaderClassName
{
color: #DF90E6;
}
.AnyTagClassName
{
color: #DF90E6;
}
</style>
background-color css
<style>
a { background-color: #DF90E6; }
a { background-color: rgb(223,144,230); }
div.DivClassName
{
background-color: #DF90E6;
}
.BgClassName
{
background-color: #DF90E6;
}
</style>
border-color css
<style>
span { border-color: #DF90E6; }
span { border-color: rgb(223,144,230); }
td.TdClassName
{
border-color: #DF90E6;
}
.TagClassName
{
border-color: #DF90E6;
}
</style>