Shades of French Rose #DF4C94
Tints of French Rose #DF4C94
RGB
CMYK
RGB Variations
Color information
#DF4C94 (or 0xDF4C94) is known color: French Rose. HEX triplet: DF, 4C and 94. RGB value is (223,76,148). Sum of RGB (Red+Green+Blue) = 223+76+148=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C94 is #20B36B. Grayscale: #808080. Windows color (decimal): -2143084 or 9719007. OLE color: 9719007.
HSL color Cylindrical-coordinate representation of color #DF4C94: hue angle of 330.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C94 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 148 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.13 |
| HSL | 330.61º | 0.7% | 0.59% | - |
| HSV(B) | 330.61º | 0.66% | 0.87% | - |
| XYZ | 38.36 | 22.99 | 30.43 | - |
| YUV | 128.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 148 | 0 | 0.66 | 0.34 | 0.13 | 330.61 | 0.7 | 0.59 |
| Hex | DF | 4C | 94 | 0 | 42 | 22 | D | 14B | 46 | 3B |
| Octal | 337 | 114 | 224 | 0 | 102 | 42 | 15 | 513 | 106 | 73 |
| Binary | 11011111 | 1001100 | 10010100 | 0 | 1000010 | 100010 | 1101 | 101001011 | 1000110 | 111011 |
Color Harmonies of #DF4C94
Complementary color
Monochromatic Colors of #DF4C94
Black with #DF4C94
Text Example
Text Example
White with #DF4C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C94; }
p { color: rgb(223,76,148); }
H1.HeaderClassName
{
color: #DF4C94;
}
.AnyTagClassName
{
color: #DF4C94;
}
</style>
background-color css
<style>
a { background-color: #DF4C94; }
a { background-color: rgb(223,76,148); }
div.DivClassName
{
background-color: #DF4C94;
}
.BgClassName
{
background-color: #DF4C94;
}
</style>
border-color css
<style>
span { border-color: #DF4C94; }
span { border-color: rgb(223,76,148); }
td.TdClassName
{
border-color: #DF4C94;
}
.TagClassName
{
border-color: #DF4C94;
}
</style>