Shades of Cerise #DD2770
Tints of Cerise #DD2770
RGB
CMYK
RGB Variations
Color information
#DD2770 (or 0xDD2770) is known color: Cerise. HEX triplet: DD, 27 and 70. RGB value is (221,39,112). Sum of RGB (Red+Green+Blue) = 221+39+112=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2770 is #22D88F. Grayscale: #656565. Windows color (decimal): -2283664 or 7350237. OLE color: 7350237.
HSL color Cylindrical-coordinate representation of color #DD2770: hue angle of 335.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2770 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 112 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.13 |
| HSL | 335.93º | 0.73% | 0.51% | - |
| HSV(B) | 335.93º | 0.82% | 0.87% | - |
| XYZ | 33.47 | 17.99 | 17.04 | - |
| YUV | 101.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 112 | 0 | 0.82 | 0.49 | 0.13 | 335.93 | 0.73 | 0.51 |
| Hex | DD | 27 | 70 | 0 | 52 | 31 | D | 150 | 49 | 33 |
| Octal | 335 | 47 | 160 | 0 | 122 | 61 | 15 | 520 | 111 | 63 |
| Binary | 11011101 | 100111 | 1110000 | 0 | 1010010 | 110001 | 1101 | 101010000 | 1001001 | 110011 |
Color Harmonies of #DD2770
Complementary color
Monochromatic Colors of #DD2770
Black with #DD2770
Text Example
Text Example
White with #DD2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2770; }
p { color: rgb(221,39,112); }
H1.HeaderClassName
{
color: #DD2770;
}
.AnyTagClassName
{
color: #DD2770;
}
</style>
background-color css
<style>
a { background-color: #DD2770; }
a { background-color: rgb(221,39,112); }
div.DivClassName
{
background-color: #DD2770;
}
.BgClassName
{
background-color: #DD2770;
}
</style>
border-color css
<style>
span { border-color: #DD2770; }
span { border-color: rgb(221,39,112); }
td.TdClassName
{
border-color: #DD2770;
}
.TagClassName
{
border-color: #DD2770;
}
</style>