Shades of Deep Cerise #DD2374
Tints of Deep Cerise #DD2374
RGB
CMYK
RGB Variations
Color information
#DD2374 (or 0xDD2374) is known color: Deep Cerise. HEX triplet: DD, 23 and 74. RGB value is (221,35,116). Sum of RGB (Red+Green+Blue) = 221+35+116=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2374 is #22DC8B. Grayscale: #636363. Windows color (decimal): -2284684 or 7611357. OLE color: 7611357.
HSL color Cylindrical-coordinate representation of color #DD2374: hue angle of 333.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2374 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 116 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.13 |
| HSL | 333.87º | 0.73% | 0.5% | - |
| HSV(B) | 333.87º | 0.84% | 0.87% | - |
| XYZ | 33.57 | 17.84 | 18.2 | - |
| YUV | 99.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 116 | 0 | 0.84 | 0.48 | 0.13 | 333.87 | 0.73 | 0.5 |
| Hex | DD | 23 | 74 | 0 | 54 | 30 | D | 14E | 49 | 32 |
| Octal | 335 | 43 | 164 | 0 | 124 | 60 | 15 | 516 | 111 | 62 |
| Binary | 11011101 | 100011 | 1110100 | 0 | 1010100 | 110000 | 1101 | 101001110 | 1001001 | 110010 |
Color Harmonies of #DD2374
Complementary color
Monochromatic Colors of #DD2374
Black with #DD2374
Text Example
Text Example
White with #DD2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2374; }
p { color: rgb(221,35,116); }
H1.HeaderClassName
{
color: #DD2374;
}
.AnyTagClassName
{
color: #DD2374;
}
</style>
background-color css
<style>
a { background-color: #DD2374; }
a { background-color: rgb(221,35,116); }
div.DivClassName
{
background-color: #DD2374;
}
.BgClassName
{
background-color: #DD2374;
}
</style>
border-color css
<style>
span { border-color: #DD2374; }
span { border-color: rgb(221,35,116); }
td.TdClassName
{
border-color: #DD2374;
}
.TagClassName
{
border-color: #DD2374;
}
</style>