Shades of Cerise #DD2E6D
Tints of Cerise #DD2E6D
RGB
CMYK
RGB Variations
Color information
#DD2E6D (or 0xDD2E6D) is known color: Cerise. HEX triplet: DD, 2E and 6D. RGB value is (221,46,109). Sum of RGB (Red+Green+Blue) = 221+46+109=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E6D is #22D192. Grayscale: #696969. Windows color (decimal): -2281875 or 7155421. OLE color: 7155421.
HSL color Cylindrical-coordinate representation of color #DD2E6D: hue angle of 338.4º 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 #DD2E6D is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 109 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.13 |
| HSL | 338.4º | 0.72% | 0.52% | - |
| HSV(B) | 338.4º | 0.79% | 0.87% | - |
| XYZ | 33.56 | 18.43 | 16.26 | - |
| YUV | 105.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 109 | 0 | 0.79 | 0.51 | 0.13 | 338.4 | 0.72 | 0.52 |
| Hex | DD | 2E | 6D | 0 | 4F | 33 | D | 152 | 48 | 34 |
| Octal | 335 | 56 | 155 | 0 | 117 | 63 | 15 | 522 | 110 | 64 |
| Binary | 11011101 | 101110 | 1101101 | 0 | 1001111 | 110011 | 1101 | 101010010 | 1001000 | 110100 |
Color Harmonies of #DD2E6D
Complementary color
Monochromatic Colors of #DD2E6D
Black with #DD2E6D
Text Example
Text Example
White with #DD2E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E6D; }
p { color: rgb(221,46,109); }
H1.HeaderClassName
{
color: #DD2E6D;
}
.AnyTagClassName
{
color: #DD2E6D;
}
</style>
background-color css
<style>
a { background-color: #DD2E6D; }
a { background-color: rgb(221,46,109); }
div.DivClassName
{
background-color: #DD2E6D;
}
.BgClassName
{
background-color: #DD2E6D;
}
</style>
border-color css
<style>
span { border-color: #DD2E6D; }
span { border-color: rgb(221,46,109); }
td.TdClassName
{
border-color: #DD2E6D;
}
.TagClassName
{
border-color: #DD2E6D;
}
</style>