Shades of Plum #DF94CF
Tints of Plum #DF94CF
RGB
CMYK
RGB Variations
Color information
#DF94CF (or 0xDF94CF) is known color: Plum. HEX triplet: DF, 94 and CF. RGB value is (223,148,207). Sum of RGB (Red+Green+Blue) = 223+148+207=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94CF is #206B30. Grayscale: #B0B0B0. Windows color (decimal): -2124593 or 13604063. OLE color: 13604063.
HSL color Cylindrical-coordinate representation of color #DF94CF: hue angle of 312.8º 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 #DF94CF is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 207 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.13 |
| HSL | 312.8º | 0.54% | 0.73% | - |
| HSV(B) | 312.8º | 0.34% | 0.87% | - |
| XYZ | 52.28 | 41.37 | 64.26 | - |
| YUV | 177.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 207 | 0 | 0.34 | 0.07 | 0.13 | 312.8 | 0.54 | 0.73 |
| Hex | DF | 94 | CF | 0 | 22 | 7 | D | 139 | 36 | 49 |
| Octal | 337 | 224 | 317 | 0 | 42 | 7 | 15 | 471 | 66 | 111 |
| Binary | 11011111 | 10010100 | 11001111 | 0 | 100010 | 111 | 1101 | 100111001 | 110110 | 1001001 |
Color Harmonies of #DF94CF
Complementary color
Monochromatic Colors of #DF94CF
Black with #DF94CF
Text Example
Text Example
White with #DF94CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94CF; }
p { color: rgb(223,148,207); }
H1.HeaderClassName
{
color: #DF94CF;
}
.AnyTagClassName
{
color: #DF94CF;
}
</style>
background-color css
<style>
a { background-color: #DF94CF; }
a { background-color: rgb(223,148,207); }
div.DivClassName
{
background-color: #DF94CF;
}
.BgClassName
{
background-color: #DF94CF;
}
</style>
border-color css
<style>
span { border-color: #DF94CF; }
span { border-color: rgb(223,148,207); }
td.TdClassName
{
border-color: #DF94CF;
}
.TagClassName
{
border-color: #DF94CF;
}
</style>