Shades of Plum #DF91DE
Tints of Plum #DF91DE
RGB
CMYK
RGB Variations
Color information
#DF91DE (or 0xDF91DE) is known color: Plum. HEX triplet: DF, 91 and DE. RGB value is (223,145,222). Sum of RGB (Red+Green+Blue) = 223+145+222=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DE is #206E21. Grayscale: #B0B0B0. Windows color (decimal): -2125346 or 14586335. OLE color: 14586335.
HSL color Cylindrical-coordinate representation of color #DF91DE: hue angle of 300.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF91DE is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 222 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.13 |
| HSL | 300.77º | 0.55% | 0.72% | - |
| HSV(B) | 300.77º | 0.35% | 0.87% | - |
| XYZ | 53.74 | 41.21 | 74.23 | - |
| YUV | 177.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 222 | 0 | 0.35 | 0.00 | 0.13 | 300.77 | 0.55 | 0.72 |
| Hex | DF | 91 | DE | 0 | 23 | 0 | D | 12D | 37 | 48 |
| Octal | 337 | 221 | 336 | 0 | 43 | 0 | 15 | 455 | 67 | 110 |
| Binary | 11011111 | 10010001 | 11011110 | 0 | 100011 | 0 | 1101 | 100101101 | 110111 | 1001000 |
Color Harmonies of #DF91DE
Complementary color
Monochromatic Colors of #DF91DE
Black with #DF91DE
Text Example
Text Example
White with #DF91DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91DE; }
p { color: rgb(223,145,222); }
H1.HeaderClassName
{
color: #DF91DE;
}
.AnyTagClassName
{
color: #DF91DE;
}
</style>
background-color css
<style>
a { background-color: #DF91DE; }
a { background-color: rgb(223,145,222); }
div.DivClassName
{
background-color: #DF91DE;
}
.BgClassName
{
background-color: #DF91DE;
}
</style>
border-color css
<style>
span { border-color: #DF91DE; }
span { border-color: rgb(223,145,222); }
td.TdClassName
{
border-color: #DF91DE;
}
.TagClassName
{
border-color: #DF91DE;
}
</style>