Shades of Cerise #DC3971
Tints of Cerise #DC3971
RGB
CMYK
RGB Variations
Color information
#DC3971 (or 0xDC3971) is known color: Cerise. HEX triplet: DC, 39 and 71. RGB value is (220,57,113). Sum of RGB (Red+Green+Blue) = 220+57+113=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3971 is #23C68E. Grayscale: #707070. Windows color (decimal): -2344591 or 7420380. OLE color: 7420380.
HSL color Cylindrical-coordinate representation of color #DC3971: hue angle of 339.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3971 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 113 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.14 |
| HSL | 339.39º | 0.7% | 0.54% | - |
| HSV(B) | 339.39º | 0.74% | 0.86% | - |
| XYZ | 33.96 | 19.33 | 17.56 | - |
| YUV | 112.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 113 | 0 | 0.74 | 0.49 | 0.14 | 339.39 | 0.7 | 0.54 |
| Hex | DC | 39 | 71 | 0 | 4A | 31 | E | 153 | 46 | 36 |
| Octal | 334 | 71 | 161 | 0 | 112 | 61 | 16 | 523 | 106 | 66 |
| Binary | 11011100 | 111001 | 1110001 | 0 | 1001010 | 110001 | 1110 | 101010011 | 1000110 | 110110 |
Color Harmonies of #DC3971
Complementary color
Monochromatic Colors of #DC3971
Black with #DC3971
Text Example
Text Example
White with #DC3971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3971; }
p { color: rgb(220,57,113); }
H1.HeaderClassName
{
color: #DC3971;
}
.AnyTagClassName
{
color: #DC3971;
}
</style>
background-color css
<style>
a { background-color: #DC3971; }
a { background-color: rgb(220,57,113); }
div.DivClassName
{
background-color: #DC3971;
}
.BgClassName
{
background-color: #DC3971;
}
</style>
border-color css
<style>
span { border-color: #DC3971; }
span { border-color: rgb(220,57,113); }
td.TdClassName
{
border-color: #DC3971;
}
.TagClassName
{
border-color: #DC3971;
}
</style>