Shades of Plum #DF92D7
Tints of Plum #DF92D7
RGB
CMYK
RGB Variations
Color information
#DF92D7 (or 0xDF92D7) is known color: Plum. HEX triplet: DF, 92 and D7. RGB value is (223,146,215). Sum of RGB (Red+Green+Blue) = 223+146+215=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D7 is #206D28. Grayscale: #B0B0B0. Windows color (decimal): -2125097 or 14127839. OLE color: 14127839.
HSL color Cylindrical-coordinate representation of color #DF92D7: hue angle of 306.23º 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 #DF92D7 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 215 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.13 |
| HSL | 306.23º | 0.55% | 0.72% | - |
| HSV(B) | 306.23º | 0.35% | 0.87% | - |
| XYZ | 52.98 | 41.15 | 69.44 | - |
| YUV | 176.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 215 | 0 | 0.35 | 0.04 | 0.13 | 306.23 | 0.55 | 0.72 |
| Hex | DF | 92 | D7 | 0 | 23 | 4 | D | 132 | 37 | 48 |
| Octal | 337 | 222 | 327 | 0 | 43 | 4 | 15 | 462 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11010111 | 0 | 100011 | 100 | 1101 | 100110010 | 110111 | 1001000 |
Color Harmonies of #DF92D7
Complementary color
Monochromatic Colors of #DF92D7
Black with #DF92D7
Text Example
Text Example
White with #DF92D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92D7; }
p { color: rgb(223,146,215); }
H1.HeaderClassName
{
color: #DF92D7;
}
.AnyTagClassName
{
color: #DF92D7;
}
</style>
background-color css
<style>
a { background-color: #DF92D7; }
a { background-color: rgb(223,146,215); }
div.DivClassName
{
background-color: #DF92D7;
}
.BgClassName
{
background-color: #DF92D7;
}
</style>
border-color css
<style>
span { border-color: #DF92D7; }
span { border-color: rgb(223,146,215); }
td.TdClassName
{
border-color: #DF92D7;
}
.TagClassName
{
border-color: #DF92D7;
}
</style>