Shades of Plum #DF92DD
Tints of Plum #DF92DD
RGB
CMYK
RGB Variations
Color information
#DF92DD (or 0xDF92DD) is known color: Plum. HEX triplet: DF, 92 and DD. RGB value is (223,146,221). Sum of RGB (Red+Green+Blue) = 223+146+221=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92DD is #206D22. Grayscale: #B1B1B1. Windows color (decimal): -2125091 or 14521055. OLE color: 14521055.
HSL color Cylindrical-coordinate representation of color #DF92DD: hue angle of 301.56º 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 #DF92DD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 221 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.13 |
| HSL | 301.56º | 0.55% | 0.72% | - |
| HSV(B) | 301.56º | 0.35% | 0.87% | - |
| XYZ | 53.76 | 41.47 | 73.58 | - |
| YUV | 177.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 221 | 0 | 0.35 | 0.01 | 0.13 | 301.56 | 0.55 | 0.72 |
| Hex | DF | 92 | DD | 0 | 23 | 1 | D | 12E | 37 | 48 |
| Octal | 337 | 222 | 335 | 0 | 43 | 1 | 15 | 456 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11011101 | 0 | 100011 | 1 | 1101 | 100101110 | 110111 | 1001000 |
Color Harmonies of #DF92DD
Complementary color
Monochromatic Colors of #DF92DD
Black with #DF92DD
Text Example
Text Example
White with #DF92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92DD; }
p { color: rgb(223,146,221); }
H1.HeaderClassName
{
color: #DF92DD;
}
.AnyTagClassName
{
color: #DF92DD;
}
</style>
background-color css
<style>
a { background-color: #DF92DD; }
a { background-color: rgb(223,146,221); }
div.DivClassName
{
background-color: #DF92DD;
}
.BgClassName
{
background-color: #DF92DD;
}
</style>
border-color css
<style>
span { border-color: #DF92DD; }
span { border-color: rgb(223,146,221); }
td.TdClassName
{
border-color: #DF92DD;
}
.TagClassName
{
border-color: #DF92DD;
}
</style>