Shades of Cerise #DC3773
Tints of Cerise #DC3773
RGB
CMYK
RGB Variations
Color information
#DC3773 (or 0xDC3773) is known color: Cerise. HEX triplet: DC, 37 and 73. RGB value is (220,55,115). Sum of RGB (Red+Green+Blue) = 220+55+115=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3773 is #23C88C. Grayscale: #6F6F6F. Windows color (decimal): -2345101 or 7550940. OLE color: 7550940.
HSL color Cylindrical-coordinate representation of color #DC3773: hue angle of 338.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3773 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 115 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.14 |
| HSL | 338.18º | 0.7% | 0.54% | - |
| HSV(B) | 338.18º | 0.75% | 0.86% | - |
| XYZ | 33.98 | 19.19 | 18.13 | - |
| YUV | 111.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 115 | 0 | 0.75 | 0.48 | 0.14 | 338.18 | 0.7 | 0.54 |
| Hex | DC | 37 | 73 | 0 | 4B | 30 | E | 152 | 46 | 36 |
| Octal | 334 | 67 | 163 | 0 | 113 | 60 | 16 | 522 | 106 | 66 |
| Binary | 11011100 | 110111 | 1110011 | 0 | 1001011 | 110000 | 1110 | 101010010 | 1000110 | 110110 |
Color Harmonies of #DC3773
Complementary color
Monochromatic Colors of #DC3773
Black with #DC3773
Text Example
Text Example
White with #DC3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3773; }
p { color: rgb(220,55,115); }
H1.HeaderClassName
{
color: #DC3773;
}
.AnyTagClassName
{
color: #DC3773;
}
</style>
background-color css
<style>
a { background-color: #DC3773; }
a { background-color: rgb(220,55,115); }
div.DivClassName
{
background-color: #DC3773;
}
.BgClassName
{
background-color: #DC3773;
}
</style>
border-color css
<style>
span { border-color: #DC3773; }
span { border-color: rgb(220,55,115); }
td.TdClassName
{
border-color: #DC3773;
}
.TagClassName
{
border-color: #DC3773;
}
</style>