Shades of Deep Cerise #DD3E7C
Tints of Deep Cerise #DD3E7C
RGB
CMYK
RGB Variations
Color information
#DD3E7C (or 0xDD3E7C) is known color: Deep Cerise. HEX triplet: DD, 3E and 7C. RGB value is (221,62,124). Sum of RGB (Red+Green+Blue) = 221+62+124=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E7C is #22C183. Grayscale: #747474. Windows color (decimal): -2277764 or 8142557. OLE color: 8142557.
HSL color Cylindrical-coordinate representation of color #DD3E7C: hue angle of 336.6º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E7C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 124 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.13 |
| HSL | 336.6º | 0.7% | 0.55% | - |
| HSV(B) | 336.6º | 0.72% | 0.87% | - |
| XYZ | 35.18 | 20.27 | 21.13 | - |
| YUV | 116.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 124 | 0 | 0.72 | 0.44 | 0.13 | 336.6 | 0.7 | 0.55 |
| Hex | DD | 3E | 7C | 0 | 48 | 2C | D | 151 | 46 | 37 |
| Octal | 335 | 76 | 174 | 0 | 110 | 54 | 15 | 521 | 106 | 67 |
| Binary | 11011101 | 111110 | 1111100 | 0 | 1001000 | 101100 | 1101 | 101010001 | 1000110 | 110111 |
Color Harmonies of #DD3E7C
Complementary color
Monochromatic Colors of #DD3E7C
Black with #DD3E7C
Text Example
Text Example
White with #DD3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E7C; }
p { color: rgb(221,62,124); }
H1.HeaderClassName
{
color: #DD3E7C;
}
.AnyTagClassName
{
color: #DD3E7C;
}
</style>
background-color css
<style>
a { background-color: #DD3E7C; }
a { background-color: rgb(221,62,124); }
div.DivClassName
{
background-color: #DD3E7C;
}
.BgClassName
{
background-color: #DD3E7C;
}
</style>
border-color css
<style>
span { border-color: #DD3E7C; }
span { border-color: rgb(221,62,124); }
td.TdClassName
{
border-color: #DD3E7C;
}
.TagClassName
{
border-color: #DD3E7C;
}
</style>