Shades of Cerise #DF3970
Tints of Cerise #DF3970
RGB
CMYK
RGB Variations
Color information
#DF3970 (or 0xDF3970) is known color: Cerise. HEX triplet: DF, 39 and 70. RGB value is (223,57,112). Sum of RGB (Red+Green+Blue) = 223+57+112=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3970 is #20C68F. Grayscale: #707070. Windows color (decimal): -2147984 or 7354847. OLE color: 7354847.
HSL color Cylindrical-coordinate representation of color #DF3970: hue angle of 340.12º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3970 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 112 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.13 |
| HSL | 340.12º | 0.72% | 0.55% | - |
| HSV(B) | 340.12º | 0.74% | 0.87% | - |
| XYZ | 34.82 | 19.78 | 17.31 | - |
| YUV | 112.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 112 | 0 | 0.74 | 0.50 | 0.13 | 340.12 | 0.72 | 0.55 |
| Hex | DF | 39 | 70 | 0 | 4A | 32 | D | 154 | 48 | 37 |
| Octal | 337 | 71 | 160 | 0 | 112 | 62 | 15 | 524 | 110 | 67 |
| Binary | 11011111 | 111001 | 1110000 | 0 | 1001010 | 110010 | 1101 | 101010100 | 1001000 | 110111 |
Color Harmonies of #DF3970
Complementary color
Monochromatic Colors of #DF3970
Black with #DF3970
Text Example
Text Example
White with #DF3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3970; }
p { color: rgb(223,57,112); }
H1.HeaderClassName
{
color: #DF3970;
}
.AnyTagClassName
{
color: #DF3970;
}
</style>
background-color css
<style>
a { background-color: #DF3970; }
a { background-color: rgb(223,57,112); }
div.DivClassName
{
background-color: #DF3970;
}
.BgClassName
{
background-color: #DF3970;
}
</style>
border-color css
<style>
span { border-color: #DF3970; }
span { border-color: rgb(223,57,112); }
td.TdClassName
{
border-color: #DF3970;
}
.TagClassName
{
border-color: #DF3970;
}
</style>