Shades of Deep Cerise #DF377B
Tints of Deep Cerise #DF377B
RGB
CMYK
RGB Variations
Color information
#DF377B (or 0xDF377B) is known color: Deep Cerise. HEX triplet: DF, 37 and 7B. RGB value is (223,55,123). Sum of RGB (Red+Green+Blue) = 223+55+123=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF377B is #20C884. Grayscale: #707070. Windows color (decimal): -2148485 or 8075231. OLE color: 8075231.
HSL color Cylindrical-coordinate representation of color #DF377B: hue angle of 335.71º 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 #DF377B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 123 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.13 |
| HSL | 335.71º | 0.72% | 0.55% | - |
| HSV(B) | 335.71º | 0.75% | 0.87% | - |
| XYZ | 35.37 | 19.85 | 20.71 | - |
| YUV | 112.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 123 | 0 | 0.75 | 0.45 | 0.13 | 335.71 | 0.72 | 0.55 |
| Hex | DF | 37 | 7B | 0 | 4B | 2D | D | 150 | 48 | 37 |
| Octal | 337 | 67 | 173 | 0 | 113 | 55 | 15 | 520 | 110 | 67 |
| Binary | 11011111 | 110111 | 1111011 | 0 | 1001011 | 101101 | 1101 | 101010000 | 1001000 | 110111 |
Color Harmonies of #DF377B
Complementary color
Monochromatic Colors of #DF377B
Black with #DF377B
Text Example
Text Example
White with #DF377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF377B; }
p { color: rgb(223,55,123); }
H1.HeaderClassName
{
color: #DF377B;
}
.AnyTagClassName
{
color: #DF377B;
}
</style>
background-color css
<style>
a { background-color: #DF377B; }
a { background-color: rgb(223,55,123); }
div.DivClassName
{
background-color: #DF377B;
}
.BgClassName
{
background-color: #DF377B;
}
</style>
border-color css
<style>
span { border-color: #DF377B; }
span { border-color: rgb(223,55,123); }
td.TdClassName
{
border-color: #DF377B;
}
.TagClassName
{
border-color: #DF377B;
}
</style>