Shades of Plum #DF92D6
Tints of Plum #DF92D6
RGB
CMYK
RGB Variations
Color information
#DF92D6 (or 0xDF92D6) is known color: Plum. HEX triplet: DF, 92 and D6. RGB value is (223,146,214). Sum of RGB (Red+Green+Blue) = 223+146+214=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D6 is #206D29. Grayscale: #B0B0B0. Windows color (decimal): -2125098 or 14062303. OLE color: 14062303.
HSL color Cylindrical-coordinate representation of color #DF92D6: hue angle of 307.01º 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 #DF92D6 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 214 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.13 |
| HSL | 307.01º | 0.55% | 0.72% | - |
| HSV(B) | 307.01º | 0.35% | 0.87% | - |
| XYZ | 52.85 | 41.1 | 68.77 | - |
| YUV | 176.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 214 | 0 | 0.35 | 0.04 | 0.13 | 307.01 | 0.55 | 0.72 |
| Hex | DF | 92 | D6 | 0 | 23 | 4 | D | 133 | 37 | 48 |
| Octal | 337 | 222 | 326 | 0 | 43 | 4 | 15 | 463 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11010110 | 0 | 100011 | 100 | 1101 | 100110011 | 110111 | 1001000 |
Color Harmonies of #DF92D6
Complementary color
Monochromatic Colors of #DF92D6
Black with #DF92D6
Text Example
Text Example
White with #DF92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92D6; }
p { color: rgb(223,146,214); }
H1.HeaderClassName
{
color: #DF92D6;
}
.AnyTagClassName
{
color: #DF92D6;
}
</style>
background-color css
<style>
a { background-color: #DF92D6; }
a { background-color: rgb(223,146,214); }
div.DivClassName
{
background-color: #DF92D6;
}
.BgClassName
{
background-color: #DF92D6;
}
</style>
border-color css
<style>
span { border-color: #DF92D6; }
span { border-color: rgb(223,146,214); }
td.TdClassName
{
border-color: #DF92D6;
}
.TagClassName
{
border-color: #DF92D6;
}
</style>