Shades of Cerise #DD2173
Tints of Cerise #DD2173
RGB
CMYK
RGB Variations
Color information
#DD2173 (or 0xDD2173) is known color: Cerise. HEX triplet: DD, 21 and 73. RGB value is (221,33,115). Sum of RGB (Red+Green+Blue) = 221+33+115=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2173 is #22DE8C. Grayscale: #626262. Windows color (decimal): -2285197 or 7545309. OLE color: 7545309.
HSL color Cylindrical-coordinate representation of color #DD2173: hue angle of 333.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2173 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 115 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.13 |
| HSL | 333.83º | 0.74% | 0.5% | - |
| HSV(B) | 333.83º | 0.85% | 0.87% | - |
| XYZ | 33.46 | 17.7 | 17.87 | - |
| YUV | 98.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 115 | 0 | 0.85 | 0.48 | 0.13 | 333.83 | 0.74 | 0.5 |
| Hex | DD | 21 | 73 | 0 | 55 | 30 | D | 14E | 4A | 32 |
| Octal | 335 | 41 | 163 | 0 | 125 | 60 | 15 | 516 | 112 | 62 |
| Binary | 11011101 | 100001 | 1110011 | 0 | 1010101 | 110000 | 1101 | 101001110 | 1001010 | 110010 |
Color Harmonies of #DD2173
Complementary color
Monochromatic Colors of #DD2173
Black with #DD2173
Text Example
Text Example
White with #DD2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2173; }
p { color: rgb(221,33,115); }
H1.HeaderClassName
{
color: #DD2173;
}
.AnyTagClassName
{
color: #DD2173;
}
</style>
background-color css
<style>
a { background-color: #DD2173; }
a { background-color: rgb(221,33,115); }
div.DivClassName
{
background-color: #DD2173;
}
.BgClassName
{
background-color: #DD2173;
}
</style>
border-color css
<style>
span { border-color: #DD2173; }
span { border-color: rgb(221,33,115); }
td.TdClassName
{
border-color: #DD2173;
}
.TagClassName
{
border-color: #DD2173;
}
</style>