Shades of Cerise #DC3F57
Tints of Cerise #DC3F57
RGB
CMYK
RGB Variations
Color information
#DC3F57 (or 0xDC3F57) is known color: Cerise. HEX triplet: DC, 3F and 57. RGB value is (220,63,87). Sum of RGB (Red+Green+Blue) = 220+63+87=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F57 is #23C0A8. Grayscale: #707070. Windows color (decimal): -2343081 or 5717980. OLE color: 5717980.
HSL color Cylindrical-coordinate representation of color #DC3F57: hue angle of 350.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F57 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 87 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.14 |
| HSL | 350.83º | 0.69% | 0.55% | - |
| HSV(B) | 350.83º | 0.71% | 0.86% | - |
| XYZ | 33.01 | 19.46 | 11.03 | - |
| YUV | 112.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 87 | 0 | 0.71 | 0.60 | 0.14 | 350.83 | 0.69 | 0.55 |
| Hex | DC | 3F | 57 | 0 | 47 | 3C | E | 15F | 45 | 37 |
| Octal | 334 | 77 | 127 | 0 | 107 | 74 | 16 | 537 | 105 | 67 |
| Binary | 11011100 | 111111 | 1010111 | 0 | 1000111 | 111100 | 1110 | 101011111 | 1000101 | 110111 |
Color Harmonies of #DC3F57
Complementary color
Monochromatic Colors of #DC3F57
Black with #DC3F57
Text Example
Text Example
White with #DC3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F57; }
p { color: rgb(220,63,87); }
H1.HeaderClassName
{
color: #DC3F57;
}
.AnyTagClassName
{
color: #DC3F57;
}
</style>
background-color css
<style>
a { background-color: #DC3F57; }
a { background-color: rgb(220,63,87); }
div.DivClassName
{
background-color: #DC3F57;
}
.BgClassName
{
background-color: #DC3F57;
}
</style>
border-color css
<style>
span { border-color: #DC3F57; }
span { border-color: rgb(220,63,87); }
td.TdClassName
{
border-color: #DC3F57;
}
.TagClassName
{
border-color: #DC3F57;
}
</style>