Shades of Plum #DF91E7
Tints of Plum #DF91E7
RGB
CMYK
RGB Variations
Color information
#DF91E7 (or 0xDF91E7) is known color: Plum. HEX triplet: DF, 91 and E7. RGB value is (223,145,231). Sum of RGB (Red+Green+Blue) = 223+145+231=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF91E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91E7 is #206E18. Grayscale: #B1B1B1. Windows color (decimal): -2125337 or 15176159. OLE color: 15176159.
HSL color Cylindrical-coordinate representation of color #DF91E7: hue angle of 294.42º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF91E7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 145 | 231 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.09 |
| HSL | 294.42º | 0.64% | 0.74% | - |
| HSV(B) | 294.42º | 0.37% | 0.91% | - |
| XYZ | 54.98 | 41.71 | 80.75 | - |
| YUV | 178.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 231 | 0.03 | 0.37 | 0 | 0.09 | 294.42 | 0.64 | 0.74 |
| Hex | DF | 91 | E7 | 3 | 25 | 0 | 9 | 126 | 40 | 4A |
| Octal | 337 | 221 | 347 | 3 | 45 | 0 | 11 | 446 | 100 | 112 |
| Binary | 11011111 | 10010001 | 11100111 | 11 | 100101 | 0 | 1001 | 100100110 | 1000000 | 1001010 |
Color Harmonies of #DF91E7
Complementary color
Monochromatic Colors of #DF91E7
Black with #DF91E7
Text Example
Text Example
White with #DF91E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91E7; }
p { color: rgb(223,145,231); }
H1.HeaderClassName
{
color: #DF91E7;
}
.AnyTagClassName
{
color: #DF91E7;
}
</style>
background-color css
<style>
a { background-color: #DF91E7; }
a { background-color: rgb(223,145,231); }
div.DivClassName
{
background-color: #DF91E7;
}
.BgClassName
{
background-color: #DF91E7;
}
</style>
border-color css
<style>
span { border-color: #DF91E7; }
span { border-color: rgb(223,145,231); }
td.TdClassName
{
border-color: #DF91E7;
}
.TagClassName
{
border-color: #DF91E7;
}
</style>