Shades of Cerise #DD2E70
Tints of Cerise #DD2E70
RGB
CMYK
RGB Variations
Color information
#DD2E70 (or 0xDD2E70) is known color: Cerise. HEX triplet: DD, 2E and 70. RGB value is (221,46,112). Sum of RGB (Red+Green+Blue) = 221+46+112=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E70 is #22D18F. Grayscale: #696969. Windows color (decimal): -2281872 or 7352029. OLE color: 7352029.
HSL color Cylindrical-coordinate representation of color #DD2E70: hue angle of 337.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E70 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 112 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.13 |
| HSL | 337.37º | 0.72% | 0.52% | - |
| HSV(B) | 337.37º | 0.79% | 0.87% | - |
| XYZ | 33.72 | 18.5 | 17.12 | - |
| YUV | 105.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 112 | 0 | 0.79 | 0.49 | 0.13 | 337.37 | 0.72 | 0.52 |
| Hex | DD | 2E | 70 | 0 | 4F | 31 | D | 151 | 48 | 34 |
| Octal | 335 | 56 | 160 | 0 | 117 | 61 | 15 | 521 | 110 | 64 |
| Binary | 11011101 | 101110 | 1110000 | 0 | 1001111 | 110001 | 1101 | 101010001 | 1001000 | 110100 |
Color Harmonies of #DD2E70
Complementary color
Monochromatic Colors of #DD2E70
Black with #DD2E70
Text Example
Text Example
White with #DD2E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E70; }
p { color: rgb(221,46,112); }
H1.HeaderClassName
{
color: #DD2E70;
}
.AnyTagClassName
{
color: #DD2E70;
}
</style>
background-color css
<style>
a { background-color: #DD2E70; }
a { background-color: rgb(221,46,112); }
div.DivClassName
{
background-color: #DD2E70;
}
.BgClassName
{
background-color: #DD2E70;
}
</style>
border-color css
<style>
span { border-color: #DD2E70; }
span { border-color: rgb(221,46,112); }
td.TdClassName
{
border-color: #DD2E70;
}
.TagClassName
{
border-color: #DD2E70;
}
</style>