Shades of Plum #DF92D5
Tints of Plum #DF92D5
RGB
CMYK
RGB Variations
Color information
#DF92D5 (or 0xDF92D5) is known color: Plum. HEX triplet: DF, 92 and D5. RGB value is (223,146,213). Sum of RGB (Red+Green+Blue) = 223+146+213=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D5 is #206D2A. Grayscale: #B0B0B0. Windows color (decimal): -2125099 or 13996767. OLE color: 13996767.
HSL color Cylindrical-coordinate representation of color #DF92D5: hue angle of 307.79º 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 #DF92D5 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 213 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.13 |
| HSL | 307.79º | 0.55% | 0.72% | - |
| HSV(B) | 307.79º | 0.35% | 0.87% | - |
| XYZ | 52.72 | 41.05 | 68.1 | - |
| YUV | 176.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 213 | 0 | 0.35 | 0.04 | 0.13 | 307.79 | 0.55 | 0.72 |
| Hex | DF | 92 | D5 | 0 | 23 | 4 | D | 134 | 37 | 48 |
| Octal | 337 | 222 | 325 | 0 | 43 | 4 | 15 | 464 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11010101 | 0 | 100011 | 100 | 1101 | 100110100 | 110111 | 1001000 |
Color Harmonies of #DF92D5
Complementary color
Monochromatic Colors of #DF92D5
Black with #DF92D5
Text Example
Text Example
White with #DF92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92D5; }
p { color: rgb(223,146,213); }
H1.HeaderClassName
{
color: #DF92D5;
}
.AnyTagClassName
{
color: #DF92D5;
}
</style>
background-color css
<style>
a { background-color: #DF92D5; }
a { background-color: rgb(223,146,213); }
div.DivClassName
{
background-color: #DF92D5;
}
.BgClassName
{
background-color: #DF92D5;
}
</style>
border-color css
<style>
span { border-color: #DF92D5; }
span { border-color: rgb(223,146,213); }
td.TdClassName
{
border-color: #DF92D5;
}
.TagClassName
{
border-color: #DF92D5;
}
</style>