Shades of Cerise #DC3775
Tints of Cerise #DC3775
RGB
CMYK
RGB Variations
Color information
#DC3775 (or 0xDC3775) is known color: Cerise. HEX triplet: DC, 37 and 75. RGB value is (220,55,117). Sum of RGB (Red+Green+Blue) = 220+55+117=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3775 is #23C88A. Grayscale: #6F6F6F. Windows color (decimal): -2345099 or 7682012. OLE color: 7682012.
HSL color Cylindrical-coordinate representation of color #DC3775: hue angle of 337.45º 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 #DC3775 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 117 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.14 |
| HSL | 337.45º | 0.7% | 0.54% | - |
| HSV(B) | 337.45º | 0.75% | 0.86% | - |
| XYZ | 34.09 | 19.23 | 18.74 | - |
| YUV | 111.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 117 | 0 | 0.75 | 0.47 | 0.14 | 337.45 | 0.7 | 0.54 |
| Hex | DC | 37 | 75 | 0 | 4B | 2F | E | 151 | 46 | 36 |
| Octal | 334 | 67 | 165 | 0 | 113 | 57 | 16 | 521 | 106 | 66 |
| Binary | 11011100 | 110111 | 1110101 | 0 | 1001011 | 101111 | 1110 | 101010001 | 1000110 | 110110 |
Color Harmonies of #DC3775
Complementary color
Monochromatic Colors of #DC3775
Black with #DC3775
Text Example
Text Example
White with #DC3775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3775; }
p { color: rgb(220,55,117); }
H1.HeaderClassName
{
color: #DC3775;
}
.AnyTagClassName
{
color: #DC3775;
}
</style>
background-color css
<style>
a { background-color: #DC3775; }
a { background-color: rgb(220,55,117); }
div.DivClassName
{
background-color: #DC3775;
}
.BgClassName
{
background-color: #DC3775;
}
</style>
border-color css
<style>
span { border-color: #DC3775; }
span { border-color: rgb(220,55,117); }
td.TdClassName
{
border-color: #DC3775;
}
.TagClassName
{
border-color: #DC3775;
}
</style>