Shades of Plum #DF92D4
Tints of Plum #DF92D4
RGB
CMYK
RGB Variations
Color information
#DF92D4 (or 0xDF92D4) is known color: Plum. HEX triplet: DF, 92 and D4. RGB value is (223,146,212). Sum of RGB (Red+Green+Blue) = 223+146+212=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D4 is #206D2B. Grayscale: #B0B0B0. Windows color (decimal): -2125100 or 13931231. OLE color: 13931231.
HSL color Cylindrical-coordinate representation of color #DF92D4: hue angle of 308.57º 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 #DF92D4 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 212 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.13 |
| HSL | 308.57º | 0.55% | 0.72% | - |
| HSV(B) | 308.57º | 0.35% | 0.87% | - |
| XYZ | 52.59 | 41 | 67.43 | - |
| YUV | 176.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 212 | 0 | 0.35 | 0.05 | 0.13 | 308.57 | 0.55 | 0.72 |
| Hex | DF | 92 | D4 | 0 | 23 | 5 | D | 135 | 37 | 48 |
| Octal | 337 | 222 | 324 | 0 | 43 | 5 | 15 | 465 | 67 | 110 |
| Binary | 11011111 | 10010010 | 11010100 | 0 | 100011 | 101 | 1101 | 100110101 | 110111 | 1001000 |
Color Harmonies of #DF92D4
Complementary color
Monochromatic Colors of #DF92D4
Black with #DF92D4
Text Example
Text Example
White with #DF92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92D4; }
p { color: rgb(223,146,212); }
H1.HeaderClassName
{
color: #DF92D4;
}
.AnyTagClassName
{
color: #DF92D4;
}
</style>
background-color css
<style>
a { background-color: #DF92D4; }
a { background-color: rgb(223,146,212); }
div.DivClassName
{
background-color: #DF92D4;
}
.BgClassName
{
background-color: #DF92D4;
}
</style>
border-color css
<style>
span { border-color: #DF92D4; }
span { border-color: rgb(223,146,212); }
td.TdClassName
{
border-color: #DF92D4;
}
.TagClassName
{
border-color: #DF92D4;
}
</style>