Shades of Plum #DF91EA
Tints of Plum #DF91EA
RGB
CMYK
RGB Variations
Color information
#DF91EA (or 0xDF91EA) is known color: Plum. HEX triplet: DF, 91 and EA. RGB value is (223,145,234). Sum of RGB (Red+Green+Blue) = 223+145+234=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91EA is #206E15. Grayscale: #B2B2B2. Windows color (decimal): -2125334 or 15372767. OLE color: 15372767.
HSL color Cylindrical-coordinate representation of color #DF91EA: hue angle of 292.58º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF91EA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 145 | 234 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.08 |
| HSL | 292.58º | 0.68% | 0.74% | - |
| HSV(B) | 292.58º | 0.38% | 0.92% | - |
| XYZ | 55.41 | 41.88 | 83.01 | - |
| YUV | 178.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 234 | 0.05 | 0.38 | 0 | 0.08 | 292.58 | 0.68 | 0.74 |
| Hex | DF | 91 | EA | 5 | 26 | 0 | 8 | 125 | 44 | 4A |
| Octal | 337 | 221 | 352 | 5 | 46 | 0 | 10 | 445 | 104 | 112 |
| Binary | 11011111 | 10010001 | 11101010 | 101 | 100110 | 0 | 1000 | 100100101 | 1000100 | 1001010 |
Color Harmonies of #DF91EA
Complementary color
Monochromatic Colors of #DF91EA
Black with #DF91EA
Text Example
Text Example
White with #DF91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91EA; }
p { color: rgb(223,145,234); }
H1.HeaderClassName
{
color: #DF91EA;
}
.AnyTagClassName
{
color: #DF91EA;
}
</style>
background-color css
<style>
a { background-color: #DF91EA; }
a { background-color: rgb(223,145,234); }
div.DivClassName
{
background-color: #DF91EA;
}
.BgClassName
{
background-color: #DF91EA;
}
</style>
border-color css
<style>
span { border-color: #DF91EA; }
span { border-color: rgb(223,145,234); }
td.TdClassName
{
border-color: #DF91EA;
}
.TagClassName
{
border-color: #DF91EA;
}
</style>