Shades of Plum #DF91E3
Tints of Plum #DF91E3
RGB
CMYK
RGB Variations
Color information
#DF91E3 (or 0xDF91E3) is known color: Plum. HEX triplet: DF, 91 and E3. RGB value is (223,145,227). Sum of RGB (Red+Green+Blue) = 223+145+227=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF91E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91E3 is #206E1C. Grayscale: #B1B1B1. Windows color (decimal): -2125341 or 14914015. OLE color: 14914015.
HSL color Cylindrical-coordinate representation of color #DF91E3: hue angle of 297.07º 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 #DF91E3 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 145 | 227 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.11 |
| HSL | 297.07º | 0.59% | 0.73% | - |
| HSV(B) | 297.07º | 0.36% | 0.89% | - |
| XYZ | 54.42 | 41.48 | 77.81 | - |
| YUV | 177.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 227 | 0.02 | 0.36 | 0 | 0.11 | 297.07 | 0.59 | 0.73 |
| Hex | DF | 91 | E3 | 2 | 24 | 0 | B | 129 | 3B | 49 |
| Octal | 337 | 221 | 343 | 2 | 44 | 0 | 13 | 451 | 73 | 111 |
| Binary | 11011111 | 10010001 | 11100011 | 10 | 100100 | 0 | 1011 | 100101001 | 111011 | 1001001 |
Color Harmonies of #DF91E3
Complementary color
Monochromatic Colors of #DF91E3
Black with #DF91E3
Text Example
Text Example
White with #DF91E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91E3; }
p { color: rgb(223,145,227); }
H1.HeaderClassName
{
color: #DF91E3;
}
.AnyTagClassName
{
color: #DF91E3;
}
</style>
background-color css
<style>
a { background-color: #DF91E3; }
a { background-color: rgb(223,145,227); }
div.DivClassName
{
background-color: #DF91E3;
}
.BgClassName
{
background-color: #DF91E3;
}
</style>
border-color css
<style>
span { border-color: #DF91E3; }
span { border-color: rgb(223,145,227); }
td.TdClassName
{
border-color: #DF91E3;
}
.TagClassName
{
border-color: #DF91E3;
}
</style>