Shades of Cerise #DC3961
Tints of Cerise #DC3961
RGB
CMYK
RGB Variations
Color information
#DC3961 (or 0xDC3961) is known color: Cerise. HEX triplet: DC, 39 and 61. RGB value is (220,57,97). Sum of RGB (Red+Green+Blue) = 220+57+97=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3961 is #23C69E. Grayscale: #6E6E6E. Windows color (decimal): -2344607 or 6371804. OLE color: 6371804.
HSL color Cylindrical-coordinate representation of color #DC3961: hue angle of 345.28º 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 #DC3961 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 97 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.14 |
| HSL | 345.28º | 0.7% | 0.54% | - |
| HSV(B) | 345.28º | 0.74% | 0.86% | - |
| XYZ | 33.14 | 19 | 13.23 | - |
| YUV | 110.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 97 | 0 | 0.74 | 0.56 | 0.14 | 345.28 | 0.7 | 0.54 |
| Hex | DC | 39 | 61 | 0 | 4A | 38 | E | 159 | 46 | 36 |
| Octal | 334 | 71 | 141 | 0 | 112 | 70 | 16 | 531 | 106 | 66 |
| Binary | 11011100 | 111001 | 1100001 | 0 | 1001010 | 111000 | 1110 | 101011001 | 1000110 | 110110 |
Color Harmonies of #DC3961
Complementary color
Monochromatic Colors of #DC3961
Black with #DC3961
Text Example
Text Example
White with #DC3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3961; }
p { color: rgb(220,57,97); }
H1.HeaderClassName
{
color: #DC3961;
}
.AnyTagClassName
{
color: #DC3961;
}
</style>
background-color css
<style>
a { background-color: #DC3961; }
a { background-color: rgb(220,57,97); }
div.DivClassName
{
background-color: #DC3961;
}
.BgClassName
{
background-color: #DC3961;
}
</style>
border-color css
<style>
span { border-color: #DC3961; }
span { border-color: rgb(220,57,97); }
td.TdClassName
{
border-color: #DC3961;
}
.TagClassName
{
border-color: #DC3961;
}
</style>