Shades of Plum #DF92DC
Tints of Plum #DF92DC
RGB
CMYK
RGB Variations
Color information
#DF92DC (or 0xDF92DC) is known color: Plum. HEX triplet: DF, 92 and DC. RGB value is (223,146,220). Sum of RGB (Red+Green+Blue) = 223+146+220=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92DC is #206D23. Grayscale: #B1B1B1. Windows color (decimal): -2125092 or 14455519. OLE color: 14455519.
HSL color Cylindrical-coordinate representation of color #DF92DC: hue angle of 302.34º 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 #DF92DC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 220 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.13 |
| HSL | 302.34º | 0.55% | 0.72% | - |
| HSV(B) | 302.34º | 0.35% | 0.87% | - |
| XYZ | 53.63 | 41.41 | 72.88 | - |
| YUV | 177.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 220 | 0 | 0.35 | 0.01 | 0.13 | 302.34 | 0.55 | 0.72 |
| Hex | DF | 92 | DC | 0 | 23 | 1 | D | 12E | 37 | 48 |
| Octal | 337 | 222 | 334 | 0 | 43 | 1 | 15 | 456 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11011100 | 0 | 100011 | 1 | 1101 | 100101110 | 110111 | 1001000 |
Color Harmonies of #DF92DC
Complementary color
Monochromatic Colors of #DF92DC
Black with #DF92DC
Text Example
Text Example
White with #DF92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92DC; }
p { color: rgb(223,146,220); }
H1.HeaderClassName
{
color: #DF92DC;
}
.AnyTagClassName
{
color: #DF92DC;
}
</style>
background-color css
<style>
a { background-color: #DF92DC; }
a { background-color: rgb(223,146,220); }
div.DivClassName
{
background-color: #DF92DC;
}
.BgClassName
{
background-color: #DF92DC;
}
</style>
border-color css
<style>
span { border-color: #DF92DC; }
span { border-color: rgb(223,146,220); }
td.TdClassName
{
border-color: #DF92DC;
}
.TagClassName
{
border-color: #DF92DC;
}
</style>