Shades of Plum #DF92E3
Tints of Plum #DF92E3
RGB
CMYK
RGB Variations
Color information
#DF92E3 (or 0xDF92E3) is known color: Plum. HEX triplet: DF, 92 and E3. RGB value is (223,146,227). Sum of RGB (Red+Green+Blue) = 223+146+227=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF92E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92E3 is #206D1C. Grayscale: #B2B2B2. Windows color (decimal): -2125085 or 14914271. OLE color: 14914271.
HSL color Cylindrical-coordinate representation of color #DF92E3: hue angle of 297.04º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF92E3 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 146 | 227 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.11 |
| HSL | 297.04º | 0.59% | 0.73% | - |
| HSV(B) | 297.04º | 0.36% | 0.89% | - |
| XYZ | 54.58 | 41.79 | 77.86 | - |
| YUV | 178.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 227 | 0.02 | 0.36 | 0 | 0.11 | 297.04 | 0.59 | 0.73 |
| Hex | DF | 92 | E3 | 2 | 24 | 0 | B | 129 | 3B | 49 |
| Octal | 337 | 222 | 343 | 2 | 44 | 0 | 13 | 451 | 73 | 111 |
| Binary | 11011111 | 10010010 | 11100011 | 10 | 100100 | 0 | 1011 | 100101001 | 111011 | 1001001 |
Color Harmonies of #DF92E3
Complementary color
Monochromatic Colors of #DF92E3
Black with #DF92E3
Text Example
Text Example
White with #DF92E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92E3; }
p { color: rgb(223,146,227); }
H1.HeaderClassName
{
color: #DF92E3;
}
.AnyTagClassName
{
color: #DF92E3;
}
</style>
background-color css
<style>
a { background-color: #DF92E3; }
a { background-color: rgb(223,146,227); }
div.DivClassName
{
background-color: #DF92E3;
}
.BgClassName
{
background-color: #DF92E3;
}
</style>
border-color css
<style>
span { border-color: #DF92E3; }
span { border-color: rgb(223,146,227); }
td.TdClassName
{
border-color: #DF92E3;
}
.TagClassName
{
border-color: #DF92E3;
}
</style>