Shades of Deep Cerise #DF3C7F
Tints of Deep Cerise #DF3C7F
RGB
CMYK
RGB Variations
Color information
#DF3C7F (or 0xDF3C7F) is known color: Deep Cerise. HEX triplet: DF, 3C and 7F. RGB value is (223,60,127). Sum of RGB (Red+Green+Blue) = 223+60+127=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3C7F is #20C380. Grayscale: #747474. Windows color (decimal): -2147201 or 8338655. OLE color: 8338655.
HSL color Cylindrical-coordinate representation of color #DF3C7F: hue angle of 335.34º 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 #DF3C7F is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 127 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.13 |
| HSL | 335.34º | 0.72% | 0.55% | - |
| HSV(B) | 335.34º | 0.73% | 0.87% | - |
| XYZ | 35.88 | 20.45 | 22.14 | - |
| YUV | 116.38 | 134 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 127 | 0 | 0.73 | 0.43 | 0.13 | 335.34 | 0.72 | 0.55 |
| Hex | DF | 3C | 7F | 0 | 49 | 2B | D | 14F | 48 | 37 |
| Octal | 337 | 74 | 177 | 0 | 111 | 53 | 15 | 517 | 110 | 67 |
| Binary | 11011111 | 111100 | 1111111 | 0 | 1001001 | 101011 | 1101 | 101001111 | 1001000 | 110111 |
Color Harmonies of #DF3C7F
Complementary color
Monochromatic Colors of #DF3C7F
Black with #DF3C7F
Text Example
Text Example
White with #DF3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C7F; }
p { color: rgb(223,60,127); }
H1.HeaderClassName
{
color: #DF3C7F;
}
.AnyTagClassName
{
color: #DF3C7F;
}
</style>
background-color css
<style>
a { background-color: #DF3C7F; }
a { background-color: rgb(223,60,127); }
div.DivClassName
{
background-color: #DF3C7F;
}
.BgClassName
{
background-color: #DF3C7F;
}
</style>
border-color css
<style>
span { border-color: #DF3C7F; }
span { border-color: rgb(223,60,127); }
td.TdClassName
{
border-color: #DF3C7F;
}
.TagClassName
{
border-color: #DF3C7F;
}
</style>