Shades of Cerise #DF376E
Tints of Cerise #DF376E
RGB
CMYK
RGB Variations
Color information
#DF376E (or 0xDF376E) is known color: Cerise. HEX triplet: DF, 37 and 6E. RGB value is (223,55,110). Sum of RGB (Red+Green+Blue) = 223+55+110=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF376E is #20C891. Grayscale: #6F6F6F. Windows color (decimal): -2148498 or 7223263. OLE color: 7223263.
HSL color Cylindrical-coordinate representation of color #DF376E: hue angle of 340.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF376E is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 110 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.13 |
| HSL | 340.36º | 0.72% | 0.55% | - |
| HSV(B) | 340.36º | 0.75% | 0.87% | - |
| XYZ | 34.61 | 19.55 | 16.7 | - |
| YUV | 111.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 110 | 0 | 0.75 | 0.51 | 0.13 | 340.36 | 0.72 | 0.55 |
| Hex | DF | 37 | 6E | 0 | 4B | 33 | D | 154 | 48 | 37 |
| Octal | 337 | 67 | 156 | 0 | 113 | 63 | 15 | 524 | 110 | 67 |
| Binary | 11011111 | 110111 | 1101110 | 0 | 1001011 | 110011 | 1101 | 101010100 | 1001000 | 110111 |
Color Harmonies of #DF376E
Complementary color
Monochromatic Colors of #DF376E
Black with #DF376E
Text Example
Text Example
White with #DF376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF376E; }
p { color: rgb(223,55,110); }
H1.HeaderClassName
{
color: #DF376E;
}
.AnyTagClassName
{
color: #DF376E;
}
</style>
background-color css
<style>
a { background-color: #DF376E; }
a { background-color: rgb(223,55,110); }
div.DivClassName
{
background-color: #DF376E;
}
.BgClassName
{
background-color: #DF376E;
}
</style>
border-color css
<style>
span { border-color: #DF376E; }
span { border-color: rgb(223,55,110); }
td.TdClassName
{
border-color: #DF376E;
}
.TagClassName
{
border-color: #DF376E;
}
</style>