Shades of Cerise #DF376F
Tints of Cerise #DF376F
RGB
CMYK
RGB Variations
Color information
#DF376F (or 0xDF376F) is known color: Cerise. HEX triplet: DF, 37 and 6F. RGB value is (223,55,111). Sum of RGB (Red+Green+Blue) = 223+55+111=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF376F is #20C890. Grayscale: #6F6F6F. Windows color (decimal): -2148497 or 7288799. OLE color: 7288799.
HSL color Cylindrical-coordinate representation of color #DF376F: hue angle of 340º 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 #DF376F is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 111 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.13 |
| HSL | 340º | 0.72% | 0.55% | - |
| HSV(B) | 340º | 0.75% | 0.87% | - |
| XYZ | 34.67 | 19.57 | 16.99 | - |
| YUV | 111.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 111 | 0 | 0.75 | 0.50 | 0.13 | 340 | 0.72 | 0.55 |
| Hex | DF | 37 | 6F | 0 | 4B | 32 | D | 154 | 48 | 37 |
| Octal | 337 | 67 | 157 | 0 | 113 | 62 | 15 | 524 | 110 | 67 |
| Binary | 11011111 | 110111 | 1101111 | 0 | 1001011 | 110010 | 1101 | 101010100 | 1001000 | 110111 |
Color Harmonies of #DF376F
Complementary color
Monochromatic Colors of #DF376F
Black with #DF376F
Text Example
Text Example
White with #DF376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF376F; }
p { color: rgb(223,55,111); }
H1.HeaderClassName
{
color: #DF376F;
}
.AnyTagClassName
{
color: #DF376F;
}
</style>
background-color css
<style>
a { background-color: #DF376F; }
a { background-color: rgb(223,55,111); }
div.DivClassName
{
background-color: #DF376F;
}
.BgClassName
{
background-color: #DF376F;
}
</style>
border-color css
<style>
span { border-color: #DF376F; }
span { border-color: rgb(223,55,111); }
td.TdClassName
{
border-color: #DF376F;
}
.TagClassName
{
border-color: #DF376F;
}
</style>