Shades of Plum #DF92E9
Tints of Plum #DF92E9
RGB
CMYK
RGB Variations
Color information
#DF92E9 (or 0xDF92E9) is known color: Plum. HEX triplet: DF, 92 and E9. RGB value is (223,146,233). Sum of RGB (Red+Green+Blue) = 223+146+233=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF92E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92E9 is #206D16. Grayscale: #B2B2B2. Windows color (decimal): -2125079 or 15307487. OLE color: 15307487.
HSL color Cylindrical-coordinate representation of color #DF92E9: hue angle of 293.1º degrees, saturation: 0.66, 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 #DF92E9 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 146 | 233 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.09 |
| HSL | 293.1º | 0.66% | 0.74% | - |
| HSV(B) | 293.1º | 0.37% | 0.91% | - |
| XYZ | 55.42 | 42.13 | 82.3 | - |
| YUV | 178.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 233 | 0.04 | 0.37 | 0 | 0.09 | 293.1 | 0.66 | 0.74 |
| Hex | DF | 92 | E9 | 4 | 25 | 0 | 9 | 125 | 42 | 4A |
| Octal | 337 | 222 | 351 | 4 | 45 | 0 | 11 | 445 | 102 | 112 |
| Binary | 11011111 | 10010010 | 11101001 | 100 | 100101 | 0 | 1001 | 100100101 | 1000010 | 1001010 |
Color Harmonies of #DF92E9
Complementary color
Monochromatic Colors of #DF92E9
Black with #DF92E9
Text Example
Text Example
White with #DF92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92E9; }
p { color: rgb(223,146,233); }
H1.HeaderClassName
{
color: #DF92E9;
}
.AnyTagClassName
{
color: #DF92E9;
}
</style>
background-color css
<style>
a { background-color: #DF92E9; }
a { background-color: rgb(223,146,233); }
div.DivClassName
{
background-color: #DF92E9;
}
.BgClassName
{
background-color: #DF92E9;
}
</style>
border-color css
<style>
span { border-color: #DF92E9; }
span { border-color: rgb(223,146,233); }
td.TdClassName
{
border-color: #DF92E9;
}
.TagClassName
{
border-color: #DF92E9;
}
</style>