Shades of Cerise #DD2570
Tints of Cerise #DD2570
RGB
CMYK
RGB Variations
Color information
#DD2570 (or 0xDD2570) is known color: Cerise. HEX triplet: DD, 25 and 70. RGB value is (221,37,112). Sum of RGB (Red+Green+Blue) = 221+37+112=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2570 is #22DA8F. Grayscale: #646464. Windows color (decimal): -2284176 or 7349725. OLE color: 7349725.
HSL color Cylindrical-coordinate representation of color #DD2570: hue angle of 335.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2570 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 112 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.13 |
| HSL | 335.54º | 0.73% | 0.51% | - |
| HSV(B) | 335.54º | 0.83% | 0.87% | - |
| XYZ | 33.4 | 17.87 | 17.02 | - |
| YUV | 100.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 112 | 0 | 0.83 | 0.49 | 0.13 | 335.54 | 0.73 | 0.51 |
| Hex | DD | 25 | 70 | 0 | 53 | 31 | D | 150 | 49 | 33 |
| Octal | 335 | 45 | 160 | 0 | 123 | 61 | 15 | 520 | 111 | 63 |
| Binary | 11011101 | 100101 | 1110000 | 0 | 1010011 | 110001 | 1101 | 101010000 | 1001001 | 110011 |
Color Harmonies of #DD2570
Complementary color
Monochromatic Colors of #DD2570
Black with #DD2570
Text Example
Text Example
White with #DD2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2570; }
p { color: rgb(221,37,112); }
H1.HeaderClassName
{
color: #DD2570;
}
.AnyTagClassName
{
color: #DD2570;
}
</style>
background-color css
<style>
a { background-color: #DD2570; }
a { background-color: rgb(221,37,112); }
div.DivClassName
{
background-color: #DD2570;
}
.BgClassName
{
background-color: #DD2570;
}
</style>
border-color css
<style>
span { border-color: #DD2570; }
span { border-color: rgb(221,37,112); }
td.TdClassName
{
border-color: #DD2570;
}
.TagClassName
{
border-color: #DD2570;
}
</style>