Shades of Deep Cerise #DD377A
Tints of Deep Cerise #DD377A
RGB
CMYK
RGB Variations
Color information
#DD377A (or 0xDD377A) is known color: Deep Cerise. HEX triplet: DD, 37 and 7A. RGB value is (221,55,122). Sum of RGB (Red+Green+Blue) = 221+55+122=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD377A is #22C885. Grayscale: #707070. Windows color (decimal): -2279558 or 8009693. OLE color: 8009693.
HSL color Cylindrical-coordinate representation of color #DD377A: hue angle of 335.78º 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 #DD377A is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 122 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.13 |
| HSL | 335.78º | 0.71% | 0.54% | - |
| HSV(B) | 335.78º | 0.75% | 0.87% | - |
| XYZ | 34.7 | 19.51 | 20.35 | - |
| YUV | 112.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 122 | 0 | 0.75 | 0.45 | 0.13 | 335.78 | 0.71 | 0.54 |
| Hex | DD | 37 | 7A | 0 | 4B | 2D | D | 150 | 47 | 36 |
| Octal | 335 | 67 | 172 | 0 | 113 | 55 | 15 | 520 | 107 | 66 |
| Binary | 11011101 | 110111 | 1111010 | 0 | 1001011 | 101101 | 1101 | 101010000 | 1000111 | 110110 |
Color Harmonies of #DD377A
Complementary color
Monochromatic Colors of #DD377A
Black with #DD377A
Text Example
Text Example
White with #DD377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD377A; }
p { color: rgb(221,55,122); }
H1.HeaderClassName
{
color: #DD377A;
}
.AnyTagClassName
{
color: #DD377A;
}
</style>
background-color css
<style>
a { background-color: #DD377A; }
a { background-color: rgb(221,55,122); }
div.DivClassName
{
background-color: #DD377A;
}
.BgClassName
{
background-color: #DD377A;
}
</style>
border-color css
<style>
span { border-color: #DD377A; }
span { border-color: rgb(221,55,122); }
td.TdClassName
{
border-color: #DD377A;
}
.TagClassName
{
border-color: #DD377A;
}
</style>