Shades of Cerise #DF375E
Tints of Cerise #DF375E
RGB
CMYK
RGB Variations
Color information
#DF375E (or 0xDF375E) is known color: Cerise. HEX triplet: DF, 37 and 5E. RGB value is (223,55,94). Sum of RGB (Red+Green+Blue) = 223+55+94=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF375E is #20C8A1. Grayscale: #6D6D6D. Windows color (decimal): -2148514 or 6174687. OLE color: 6174687.
HSL color Cylindrical-coordinate representation of color #DF375E: hue angle of 346.07º 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 #DF375E is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 94 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.13 |
| HSL | 346.07º | 0.72% | 0.55% | - |
| HSV(B) | 346.07º | 0.75% | 0.87% | - |
| XYZ | 33.82 | 19.23 | 12.52 | - |
| YUV | 109.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 94 | 0 | 0.75 | 0.58 | 0.13 | 346.07 | 0.72 | 0.55 |
| Hex | DF | 37 | 5E | 0 | 4B | 3A | D | 15A | 48 | 37 |
| Octal | 337 | 67 | 136 | 0 | 113 | 72 | 15 | 532 | 110 | 67 |
| Binary | 11011111 | 110111 | 1011110 | 0 | 1001011 | 111010 | 1101 | 101011010 | 1001000 | 110111 |
Color Harmonies of #DF375E
Complementary color
Monochromatic Colors of #DF375E
Black with #DF375E
Text Example
Text Example
White with #DF375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF375E; }
p { color: rgb(223,55,94); }
H1.HeaderClassName
{
color: #DF375E;
}
.AnyTagClassName
{
color: #DF375E;
}
</style>
background-color css
<style>
a { background-color: #DF375E; }
a { background-color: rgb(223,55,94); }
div.DivClassName
{
background-color: #DF375E;
}
.BgClassName
{
background-color: #DF375E;
}
</style>
border-color css
<style>
span { border-color: #DF375E; }
span { border-color: rgb(223,55,94); }
td.TdClassName
{
border-color: #DF375E;
}
.TagClassName
{
border-color: #DF375E;
}
</style>