Shades of Deep Cerise #DF377C
Tints of Deep Cerise #DF377C
RGB
CMYK
RGB Variations
Color information
#DF377C (or 0xDF377C) is known color: Deep Cerise. HEX triplet: DF, 37 and 7C. RGB value is (223,55,124). Sum of RGB (Red+Green+Blue) = 223+55+124=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF377C is #20C883. Grayscale: #707070. Windows color (decimal): -2148484 or 8140767. OLE color: 8140767.
HSL color Cylindrical-coordinate representation of color #DF377C: hue angle of 335.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 #DF377C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 124 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.13 |
| HSL | 335.36º | 0.72% | 0.55% | - |
| HSV(B) | 335.36º | 0.75% | 0.87% | - |
| XYZ | 35.44 | 19.88 | 21.04 | - |
| YUV | 113.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 124 | 0 | 0.75 | 0.44 | 0.13 | 335.36 | 0.72 | 0.55 |
| Hex | DF | 37 | 7C | 0 | 4B | 2C | D | 14F | 48 | 37 |
| Octal | 337 | 67 | 174 | 0 | 113 | 54 | 15 | 517 | 110 | 67 |
| Binary | 11011111 | 110111 | 1111100 | 0 | 1001011 | 101100 | 1101 | 101001111 | 1001000 | 110111 |
Color Harmonies of #DF377C
Complementary color
Monochromatic Colors of #DF377C
Black with #DF377C
Text Example
Text Example
White with #DF377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF377C; }
p { color: rgb(223,55,124); }
H1.HeaderClassName
{
color: #DF377C;
}
.AnyTagClassName
{
color: #DF377C;
}
</style>
background-color css
<style>
a { background-color: #DF377C; }
a { background-color: rgb(223,55,124); }
div.DivClassName
{
background-color: #DF377C;
}
.BgClassName
{
background-color: #DF377C;
}
</style>
border-color css
<style>
span { border-color: #DF377C; }
span { border-color: rgb(223,55,124); }
td.TdClassName
{
border-color: #DF377C;
}
.TagClassName
{
border-color: #DF377C;
}
</style>