Shades of Cerise #DD3773
Tints of Cerise #DD3773
RGB
CMYK
RGB Variations
Color information
#DD3773 (or 0xDD3773) is known color: Cerise. HEX triplet: DD, 37 and 73. RGB value is (221,55,115). Sum of RGB (Red+Green+Blue) = 221+55+115=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3773 is #22C88C. Grayscale: #6F6F6F. Windows color (decimal): -2279565 or 7550941. OLE color: 7550941.
HSL color Cylindrical-coordinate representation of color #DD3773: hue angle of 338.31º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3773 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 115 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.13 |
| HSL | 338.31º | 0.71% | 0.54% | - |
| HSV(B) | 338.31º | 0.75% | 0.87% | - |
| XYZ | 34.28 | 19.34 | 18.15 | - |
| YUV | 111.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 115 | 0 | 0.75 | 0.48 | 0.13 | 338.31 | 0.71 | 0.54 |
| Hex | DD | 37 | 73 | 0 | 4B | 30 | D | 152 | 47 | 36 |
| Octal | 335 | 67 | 163 | 0 | 113 | 60 | 15 | 522 | 107 | 66 |
| Binary | 11011101 | 110111 | 1110011 | 0 | 1001011 | 110000 | 1101 | 101010010 | 1000111 | 110110 |
Color Harmonies of #DD3773
Complementary color
Monochromatic Colors of #DD3773
Black with #DD3773
Text Example
Text Example
White with #DD3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3773; }
p { color: rgb(221,55,115); }
H1.HeaderClassName
{
color: #DD3773;
}
.AnyTagClassName
{
color: #DD3773;
}
</style>
background-color css
<style>
a { background-color: #DD3773; }
a { background-color: rgb(221,55,115); }
div.DivClassName
{
background-color: #DD3773;
}
.BgClassName
{
background-color: #DD3773;
}
</style>
border-color css
<style>
span { border-color: #DD3773; }
span { border-color: rgb(221,55,115); }
td.TdClassName
{
border-color: #DD3773;
}
.TagClassName
{
border-color: #DD3773;
}
</style>