Shades of Cerise #DF375D
Tints of Cerise #DF375D
RGB
CMYK
RGB Variations
Color information
#DF375D (or 0xDF375D) is known color: Cerise. HEX triplet: DF, 37 and 5D. RGB value is (223,55,93). Sum of RGB (Red+Green+Blue) = 223+55+93=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF375D is #20C8A2. Grayscale: #6D6D6D. Windows color (decimal): -2148515 or 6109151. OLE color: 6109151.
HSL color Cylindrical-coordinate representation of color #DF375D: hue angle of 346.43º 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 #DF375D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 93 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.13 |
| HSL | 346.43º | 0.72% | 0.55% | - |
| HSV(B) | 346.43º | 0.75% | 0.87% | - |
| XYZ | 33.77 | 19.21 | 12.28 | - |
| YUV | 109.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 93 | 0 | 0.75 | 0.58 | 0.13 | 346.43 | 0.72 | 0.55 |
| Hex | DF | 37 | 5D | 0 | 4B | 3A | D | 15A | 48 | 37 |
| Octal | 337 | 67 | 135 | 0 | 113 | 72 | 15 | 532 | 110 | 67 |
| Binary | 11011111 | 110111 | 1011101 | 0 | 1001011 | 111010 | 1101 | 101011010 | 1001000 | 110111 |
Color Harmonies of #DF375D
Complementary color
Monochromatic Colors of #DF375D
Black with #DF375D
Text Example
Text Example
White with #DF375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF375D; }
p { color: rgb(223,55,93); }
H1.HeaderClassName
{
color: #DF375D;
}
.AnyTagClassName
{
color: #DF375D;
}
</style>
background-color css
<style>
a { background-color: #DF375D; }
a { background-color: rgb(223,55,93); }
div.DivClassName
{
background-color: #DF375D;
}
.BgClassName
{
background-color: #DF375D;
}
</style>
border-color css
<style>
span { border-color: #DF375D; }
span { border-color: rgb(223,55,93); }
td.TdClassName
{
border-color: #DF375D;
}
.TagClassName
{
border-color: #DF375D;
}
</style>