Shades of Deep Cerise #DD377C
Tints of Deep Cerise #DD377C
RGB
CMYK
RGB Variations
Color information
#DD377C (or 0xDD377C) is known color: Deep Cerise. HEX triplet: DD, 37 and 7C. RGB value is (221,55,124). Sum of RGB (Red+Green+Blue) = 221+55+124=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD377C is #22C883. Grayscale: #707070. Windows color (decimal): -2279556 or 8140765. OLE color: 8140765.
HSL color Cylindrical-coordinate representation of color #DD377C: hue angle of 335.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD377C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 124 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.13 |
| HSL | 335.06º | 0.71% | 0.54% | - |
| HSV(B) | 335.06º | 0.75% | 0.87% | - |
| XYZ | 34.82 | 19.56 | 21.01 | - |
| YUV | 112.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 124 | 0 | 0.75 | 0.44 | 0.13 | 335.06 | 0.71 | 0.54 |
| Hex | DD | 37 | 7C | 0 | 4B | 2C | D | 14F | 47 | 36 |
| Octal | 335 | 67 | 174 | 0 | 113 | 54 | 15 | 517 | 107 | 66 |
| Binary | 11011101 | 110111 | 1111100 | 0 | 1001011 | 101100 | 1101 | 101001111 | 1000111 | 110110 |
Color Harmonies of #DD377C
Complementary color
Monochromatic Colors of #DD377C
Black with #DD377C
Text Example
Text Example
White with #DD377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD377C; }
p { color: rgb(221,55,124); }
H1.HeaderClassName
{
color: #DD377C;
}
.AnyTagClassName
{
color: #DD377C;
}
</style>
background-color css
<style>
a { background-color: #DD377C; }
a { background-color: rgb(221,55,124); }
div.DivClassName
{
background-color: #DD377C;
}
.BgClassName
{
background-color: #DD377C;
}
</style>
border-color css
<style>
span { border-color: #DD377C; }
span { border-color: rgb(221,55,124); }
td.TdClassName
{
border-color: #DD377C;
}
.TagClassName
{
border-color: #DD377C;
}
</style>