Shades of Cerise #DF3C70
Tints of Cerise #DF3C70
RGB
CMYK
RGB Variations
Color information
#DF3C70 (or 0xDF3C70) is known color: Cerise. HEX triplet: DF, 3C and 70. RGB value is (223,60,112). Sum of RGB (Red+Green+Blue) = 223+60+112=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3C70 is #20C38F. Grayscale: #727272. Windows color (decimal): -2147216 or 7355615. OLE color: 7355615.
HSL color Cylindrical-coordinate representation of color #DF3C70: hue angle of 340.86º 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 #DF3C70 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 112 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.13 |
| HSL | 340.86º | 0.72% | 0.55% | - |
| HSV(B) | 340.86º | 0.73% | 0.87% | - |
| XYZ | 34.97 | 20.09 | 17.36 | - |
| YUV | 114.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 112 | 0 | 0.73 | 0.50 | 0.13 | 340.86 | 0.72 | 0.55 |
| Hex | DF | 3C | 70 | 0 | 49 | 32 | D | 155 | 48 | 37 |
| Octal | 337 | 74 | 160 | 0 | 111 | 62 | 15 | 525 | 110 | 67 |
| Binary | 11011111 | 111100 | 1110000 | 0 | 1001001 | 110010 | 1101 | 101010101 | 1001000 | 110111 |
Color Harmonies of #DF3C70
Complementary color
Monochromatic Colors of #DF3C70
Black with #DF3C70
Text Example
Text Example
White with #DF3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C70; }
p { color: rgb(223,60,112); }
H1.HeaderClassName
{
color: #DF3C70;
}
.AnyTagClassName
{
color: #DF3C70;
}
</style>
background-color css
<style>
a { background-color: #DF3C70; }
a { background-color: rgb(223,60,112); }
div.DivClassName
{
background-color: #DF3C70;
}
.BgClassName
{
background-color: #DF3C70;
}
</style>
border-color css
<style>
span { border-color: #DF3C70; }
span { border-color: rgb(223,60,112); }
td.TdClassName
{
border-color: #DF3C70;
}
.TagClassName
{
border-color: #DF3C70;
}
</style>