Shades of Deep Cerise #DF377D
Tints of Deep Cerise #DF377D
RGB
CMYK
RGB Variations
Color information
#DF377D (or 0xDF377D) is known color: Deep Cerise. HEX triplet: DF, 37 and 7D. RGB value is (223,55,125). Sum of RGB (Red+Green+Blue) = 223+55+125=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF377D is #20C882. Grayscale: #717171. Windows color (decimal): -2148483 or 8206303. OLE color: 8206303.
HSL color Cylindrical-coordinate representation of color #DF377D: hue angle of 335º 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 #DF377D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 125 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.13 |
| HSL | 335º | 0.72% | 0.55% | - |
| HSV(B) | 335º | 0.75% | 0.87% | - |
| XYZ | 35.5 | 19.9 | 21.37 | - |
| YUV | 113.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 125 | 0 | 0.75 | 0.44 | 0.13 | 335 | 0.72 | 0.55 |
| Hex | DF | 37 | 7D | 0 | 4B | 2C | D | 14F | 48 | 37 |
| Octal | 337 | 67 | 175 | 0 | 113 | 54 | 15 | 517 | 110 | 67 |
| Binary | 11011111 | 110111 | 1111101 | 0 | 1001011 | 101100 | 1101 | 101001111 | 1001000 | 110111 |
Color Harmonies of #DF377D
Complementary color
Monochromatic Colors of #DF377D
Black with #DF377D
Text Example
Text Example
White with #DF377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF377D; }
p { color: rgb(223,55,125); }
H1.HeaderClassName
{
color: #DF377D;
}
.AnyTagClassName
{
color: #DF377D;
}
</style>
background-color css
<style>
a { background-color: #DF377D; }
a { background-color: rgb(223,55,125); }
div.DivClassName
{
background-color: #DF377D;
}
.BgClassName
{
background-color: #DF377D;
}
</style>
border-color css
<style>
span { border-color: #DF377D; }
span { border-color: rgb(223,55,125); }
td.TdClassName
{
border-color: #DF377D;
}
.TagClassName
{
border-color: #DF377D;
}
</style>