Shades of Deep Cerise #DF3C7A
Tints of Deep Cerise #DF3C7A
RGB
CMYK
RGB Variations
Color information
#DF3C7A (or 0xDF3C7A) is known color: Deep Cerise. HEX triplet: DF, 3C and 7A. RGB value is (223,60,122). Sum of RGB (Red+Green+Blue) = 223+60+122=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3C7A is #20C385. Grayscale: #737373. Windows color (decimal): -2147206 or 8010975. OLE color: 8010975.
HSL color Cylindrical-coordinate representation of color #DF3C7A: hue angle of 337.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3C7A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 122 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.13 |
| HSL | 337.18º | 0.72% | 0.55% | - |
| HSV(B) | 337.18º | 0.73% | 0.87% | - |
| XYZ | 35.56 | 20.32 | 20.46 | - |
| YUV | 115.81 | 131.5 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 122 | 0 | 0.73 | 0.45 | 0.13 | 337.18 | 0.72 | 0.55 |
| Hex | DF | 3C | 7A | 0 | 49 | 2D | D | 151 | 48 | 37 |
| Octal | 337 | 74 | 172 | 0 | 111 | 55 | 15 | 521 | 110 | 67 |
| Binary | 11011111 | 111100 | 1111010 | 0 | 1001001 | 101101 | 1101 | 101010001 | 1001000 | 110111 |
Color Harmonies of #DF3C7A
Complementary color
Monochromatic Colors of #DF3C7A
Black with #DF3C7A
Text Example
Text Example
White with #DF3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C7A; }
p { color: rgb(223,60,122); }
H1.HeaderClassName
{
color: #DF3C7A;
}
.AnyTagClassName
{
color: #DF3C7A;
}
</style>
background-color css
<style>
a { background-color: #DF3C7A; }
a { background-color: rgb(223,60,122); }
div.DivClassName
{
background-color: #DF3C7A;
}
.BgClassName
{
background-color: #DF3C7A;
}
</style>
border-color css
<style>
span { border-color: #DF3C7A; }
span { border-color: rgb(223,60,122); }
td.TdClassName
{
border-color: #DF3C7A;
}
.TagClassName
{
border-color: #DF3C7A;
}
</style>