Shades of Plum #DF92CE
Tints of Plum #DF92CE
RGB
CMYK
RGB Variations
Color information
#DF92CE (or 0xDF92CE) is known color: Plum. HEX triplet: DF, 92 and CE. RGB value is (223,146,206). Sum of RGB (Red+Green+Blue) = 223+146+206=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92CE is #206D31. Grayscale: #AFAFAF. Windows color (decimal): -2125106 or 13538015. OLE color: 13538015.
HSL color Cylindrical-coordinate representation of color #DF92CE: hue angle of 313.25º 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 #DF92CE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 206 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.13 |
| HSL | 313.25º | 0.55% | 0.72% | - |
| HSV(B) | 313.25º | 0.35% | 0.87% | - |
| XYZ | 51.85 | 40.7 | 63.52 | - |
| YUV | 175.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 206 | 0 | 0.35 | 0.08 | 0.13 | 313.25 | 0.55 | 0.72 |
| Hex | DF | 92 | CE | 0 | 23 | 8 | D | 139 | 37 | 48 |
| Octal | 337 | 222 | 316 | 0 | 43 | 10 | 15 | 471 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11001110 | 0 | 100011 | 1000 | 1101 | 100111001 | 110111 | 1001000 |
Color Harmonies of #DF92CE
Complementary color
Monochromatic Colors of #DF92CE
Black with #DF92CE
Text Example
Text Example
White with #DF92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92CE; }
p { color: rgb(223,146,206); }
H1.HeaderClassName
{
color: #DF92CE;
}
.AnyTagClassName
{
color: #DF92CE;
}
</style>
background-color css
<style>
a { background-color: #DF92CE; }
a { background-color: rgb(223,146,206); }
div.DivClassName
{
background-color: #DF92CE;
}
.BgClassName
{
background-color: #DF92CE;
}
</style>
border-color css
<style>
span { border-color: #DF92CE; }
span { border-color: rgb(223,146,206); }
td.TdClassName
{
border-color: #DF92CE;
}
.TagClassName
{
border-color: #DF92CE;
}
</style>