Shades of Deep Cerise #DD3E7E
Tints of Deep Cerise #DD3E7E
RGB
CMYK
RGB Variations
Color information
#DD3E7E (or 0xDD3E7E) is known color: Deep Cerise. HEX triplet: DD, 3E and 7E. RGB value is (221,62,126). Sum of RGB (Red+Green+Blue) = 221+62+126=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E7E is #22C181. Grayscale: #747474. Windows color (decimal): -2277762 or 8273629. OLE color: 8273629.
HSL color Cylindrical-coordinate representation of color #DD3E7E: hue angle of 335.85º 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 #DD3E7E is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 126 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.13 |
| HSL | 335.85º | 0.7% | 0.55% | - |
| HSV(B) | 335.85º | 0.72% | 0.87% | - |
| XYZ | 35.31 | 20.32 | 21.8 | - |
| YUV | 116.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 126 | 0 | 0.72 | 0.43 | 0.13 | 335.85 | 0.7 | 0.55 |
| Hex | DD | 3E | 7E | 0 | 48 | 2B | D | 150 | 46 | 37 |
| Octal | 335 | 76 | 176 | 0 | 110 | 53 | 15 | 520 | 106 | 67 |
| Binary | 11011101 | 111110 | 1111110 | 0 | 1001000 | 101011 | 1101 | 101010000 | 1000110 | 110111 |
Color Harmonies of #DD3E7E
Complementary color
Monochromatic Colors of #DD3E7E
Black with #DD3E7E
Text Example
Text Example
White with #DD3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E7E; }
p { color: rgb(221,62,126); }
H1.HeaderClassName
{
color: #DD3E7E;
}
.AnyTagClassName
{
color: #DD3E7E;
}
</style>
background-color css
<style>
a { background-color: #DD3E7E; }
a { background-color: rgb(221,62,126); }
div.DivClassName
{
background-color: #DD3E7E;
}
.BgClassName
{
background-color: #DD3E7E;
}
</style>
border-color css
<style>
span { border-color: #DD3E7E; }
span { border-color: rgb(221,62,126); }
td.TdClassName
{
border-color: #DD3E7E;
}
.TagClassName
{
border-color: #DD3E7E;
}
</style>