Shades of Plum #DF94D2
Tints of Plum #DF94D2
RGB
CMYK
RGB Variations
Color information
#DF94D2 (or 0xDF94D2) is known color: Plum. HEX triplet: DF, 94 and D2. RGB value is (223,148,210). Sum of RGB (Red+Green+Blue) = 223+148+210=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94D2 is #206B2D. Grayscale: #B1B1B1. Windows color (decimal): -2124590 or 13800671. OLE color: 13800671.
HSL color Cylindrical-coordinate representation of color #DF94D2: hue angle of 310.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94D2 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 210 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.13 |
| HSL | 310.4º | 0.54% | 0.73% | - |
| HSV(B) | 310.4º | 0.34% | 0.87% | - |
| XYZ | 52.65 | 41.52 | 66.21 | - |
| YUV | 177.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 210 | 0 | 0.34 | 0.06 | 0.13 | 310.4 | 0.54 | 0.73 |
| Hex | DF | 94 | D2 | 0 | 22 | 6 | D | 136 | 36 | 49 |
| Octal | 337 | 224 | 322 | 0 | 42 | 6 | 15 | 466 | 66 | 111 |
| Binary | 11011111 | 10010100 | 11010010 | 0 | 100010 | 110 | 1101 | 100110110 | 110110 | 1001001 |
Color Harmonies of #DF94D2
Complementary color
Monochromatic Colors of #DF94D2
Black with #DF94D2
Text Example
Text Example
White with #DF94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94D2; }
p { color: rgb(223,148,210); }
H1.HeaderClassName
{
color: #DF94D2;
}
.AnyTagClassName
{
color: #DF94D2;
}
</style>
background-color css
<style>
a { background-color: #DF94D2; }
a { background-color: rgb(223,148,210); }
div.DivClassName
{
background-color: #DF94D2;
}
.BgClassName
{
background-color: #DF94D2;
}
</style>
border-color css
<style>
span { border-color: #DF94D2; }
span { border-color: rgb(223,148,210); }
td.TdClassName
{
border-color: #DF94D2;
}
.TagClassName
{
border-color: #DF94D2;
}
</style>