Shades of Cerise #DC3161
Tints of Cerise #DC3161
RGB
CMYK
RGB Variations
Color information
#DC3161 (or 0xDC3161) is known color: Cerise. HEX triplet: DC, 31 and 61. RGB value is (220,49,97). Sum of RGB (Red+Green+Blue) = 220+49+97=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3161 is #23CE9E. Grayscale: #696969. Windows color (decimal): -2346655 or 6369756. OLE color: 6369756.
HSL color Cylindrical-coordinate representation of color #DC3161: hue angle of 343.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3161 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 97 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.14 |
| HSL | 343.16º | 0.71% | 0.53% | - |
| HSV(B) | 343.16º | 0.78% | 0.86% | - |
| XYZ | 32.77 | 18.28 | 13.11 | - |
| YUV | 105.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 97 | 0 | 0.78 | 0.56 | 0.14 | 343.16 | 0.71 | 0.53 |
| Hex | DC | 31 | 61 | 0 | 4E | 38 | E | 157 | 47 | 35 |
| Octal | 334 | 61 | 141 | 0 | 116 | 70 | 16 | 527 | 107 | 65 |
| Binary | 11011100 | 110001 | 1100001 | 0 | 1001110 | 111000 | 1110 | 101010111 | 1000111 | 110101 |
Color Harmonies of #DC3161
Complementary color
Monochromatic Colors of #DC3161
Black with #DC3161
Text Example
Text Example
White with #DC3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3161; }
p { color: rgb(220,49,97); }
H1.HeaderClassName
{
color: #DC3161;
}
.AnyTagClassName
{
color: #DC3161;
}
</style>
background-color css
<style>
a { background-color: #DC3161; }
a { background-color: rgb(220,49,97); }
div.DivClassName
{
background-color: #DC3161;
}
.BgClassName
{
background-color: #DC3161;
}
</style>
border-color css
<style>
span { border-color: #DC3161; }
span { border-color: rgb(220,49,97); }
td.TdClassName
{
border-color: #DC3161;
}
.TagClassName
{
border-color: #DC3161;
}
</style>