Shades of French Rose #DF4A92
Tints of French Rose #DF4A92
RGB
CMYK
RGB Variations
Color information
#DF4A92 (or 0xDF4A92) is known color: French Rose. HEX triplet: DF, 4A and 92. RGB value is (223,74,146). Sum of RGB (Red+Green+Blue) = 223+74+146=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4A92 is #20B56D. Grayscale: #7E7E7E. Windows color (decimal): -2143598 or 9587423. OLE color: 9587423.
HSL color Cylindrical-coordinate representation of color #DF4A92: hue angle of 331.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4A92 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 146 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.13 |
| HSL | 331.01º | 0.7% | 0.58% | - |
| HSV(B) | 331.01º | 0.67% | 0.87% | - |
| XYZ | 38.07 | 22.66 | 29.56 | - |
| YUV | 126.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 146 | 0 | 0.67 | 0.35 | 0.13 | 331.01 | 0.7 | 0.58 |
| Hex | DF | 4A | 92 | 0 | 43 | 23 | D | 14B | 46 | 3A |
| Octal | 337 | 112 | 222 | 0 | 103 | 43 | 15 | 513 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10010010 | 0 | 1000011 | 100011 | 1101 | 101001011 | 1000110 | 111010 |
Color Harmonies of #DF4A92
Complementary color
Monochromatic Colors of #DF4A92
Black with #DF4A92
Text Example
Text Example
White with #DF4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A92; }
p { color: rgb(223,74,146); }
H1.HeaderClassName
{
color: #DF4A92;
}
.AnyTagClassName
{
color: #DF4A92;
}
</style>
background-color css
<style>
a { background-color: #DF4A92; }
a { background-color: rgb(223,74,146); }
div.DivClassName
{
background-color: #DF4A92;
}
.BgClassName
{
background-color: #DF4A92;
}
</style>
border-color css
<style>
span { border-color: #DF4A92; }
span { border-color: rgb(223,74,146); }
td.TdClassName
{
border-color: #DF4A92;
}
.TagClassName
{
border-color: #DF4A92;
}
</style>