Shades of Plum #DF91E6
Tints of Plum #DF91E6
RGB
CMYK
RGB Variations
Color information
#DF91E6 (or 0xDF91E6) is known color: Plum. HEX triplet: DF, 91 and E6. RGB value is (223,145,230). Sum of RGB (Red+Green+Blue) = 223+145+230=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91E6 is #206E19. Grayscale: #B1B1B1. Windows color (decimal): -2125338 or 15110623. OLE color: 15110623.
HSL color Cylindrical-coordinate representation of color #DF91E6: hue angle of 295.06º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF91E6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 145 | 230 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.10 |
| HSL | 295.06º | 0.63% | 0.74% | - |
| HSV(B) | 295.06º | 0.37% | 0.9% | - |
| XYZ | 54.84 | 41.65 | 80.01 | - |
| YUV | 178.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 230 | 0.03 | 0.37 | 0 | 0.10 | 295.06 | 0.63 | 0.74 |
| Hex | DF | 91 | E6 | 3 | 25 | 0 | A | 127 | 3F | 4A |
| Octal | 337 | 221 | 346 | 3 | 45 | 0 | 12 | 447 | 77 | 112 |
| Binary | 11011111 | 10010001 | 11100110 | 11 | 100101 | 0 | 1010 | 100100111 | 111111 | 1001010 |
Color Harmonies of #DF91E6
Complementary color
Monochromatic Colors of #DF91E6
Black with #DF91E6
Text Example
Text Example
White with #DF91E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91E6; }
p { color: rgb(223,145,230); }
H1.HeaderClassName
{
color: #DF91E6;
}
.AnyTagClassName
{
color: #DF91E6;
}
</style>
background-color css
<style>
a { background-color: #DF91E6; }
a { background-color: rgb(223,145,230); }
div.DivClassName
{
background-color: #DF91E6;
}
.BgClassName
{
background-color: #DF91E6;
}
</style>
border-color css
<style>
span { border-color: #DF91E6; }
span { border-color: rgb(223,145,230); }
td.TdClassName
{
border-color: #DF91E6;
}
.TagClassName
{
border-color: #DF91E6;
}
</style>