Shades of Deep Cerise #DD377F
Tints of Deep Cerise #DD377F
RGB
CMYK
RGB Variations
Color information
#DD377F (or 0xDD377F) is known color: Deep Cerise. HEX triplet: DD, 37 and 7F. RGB value is (221,55,127). Sum of RGB (Red+Green+Blue) = 221+55+127=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD377F is #22C880. Grayscale: #707070. Windows color (decimal): -2279553 or 8337373. OLE color: 8337373.
HSL color Cylindrical-coordinate representation of color #DD377F: hue angle of 333.98º 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 #DD377F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 127 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.13 |
| HSL | 333.98º | 0.71% | 0.54% | - |
| HSV(B) | 333.98º | 0.75% | 0.87% | - |
| XYZ | 35.02 | 19.64 | 22.02 | - |
| YUV | 112.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 127 | 0 | 0.75 | 0.43 | 0.13 | 333.98 | 0.71 | 0.54 |
| Hex | DD | 37 | 7F | 0 | 4B | 2B | D | 14E | 47 | 36 |
| Octal | 335 | 67 | 177 | 0 | 113 | 53 | 15 | 516 | 107 | 66 |
| Binary | 11011101 | 110111 | 1111111 | 0 | 1001011 | 101011 | 1101 | 101001110 | 1000111 | 110110 |
Color Harmonies of #DD377F
Complementary color
Monochromatic Colors of #DD377F
Black with #DD377F
Text Example
Text Example
White with #DD377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD377F; }
p { color: rgb(221,55,127); }
H1.HeaderClassName
{
color: #DD377F;
}
.AnyTagClassName
{
color: #DD377F;
}
</style>
background-color css
<style>
a { background-color: #DD377F; }
a { background-color: rgb(221,55,127); }
div.DivClassName
{
background-color: #DD377F;
}
.BgClassName
{
background-color: #DD377F;
}
</style>
border-color css
<style>
span { border-color: #DD377F; }
span { border-color: rgb(221,55,127); }
td.TdClassName
{
border-color: #DD377F;
}
.TagClassName
{
border-color: #DD377F;
}
</style>