Shades of Cerise #DC3962
Tints of Cerise #DC3962
RGB
CMYK
RGB Variations
Color information
#DC3962 (or 0xDC3962) is known color: Cerise. HEX triplet: DC, 39 and 62. RGB value is (220,57,98). Sum of RGB (Red+Green+Blue) = 220+57+98=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3962 is #23C69D. Grayscale: #6E6E6E. Windows color (decimal): -2344606 or 6437340. OLE color: 6437340.
HSL color Cylindrical-coordinate representation of color #DC3962: hue angle of 344.91º 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 #DC3962 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 98 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.14 |
| HSL | 344.91º | 0.7% | 0.54% | - |
| HSV(B) | 344.91º | 0.74% | 0.86% | - |
| XYZ | 33.18 | 19.02 | 13.48 | - |
| YUV | 110.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 98 | 0 | 0.74 | 0.55 | 0.14 | 344.91 | 0.7 | 0.54 |
| Hex | DC | 39 | 62 | 0 | 4A | 37 | E | 159 | 46 | 36 |
| Octal | 334 | 71 | 142 | 0 | 112 | 67 | 16 | 531 | 106 | 66 |
| Binary | 11011100 | 111001 | 1100010 | 0 | 1001010 | 110111 | 1110 | 101011001 | 1000110 | 110110 |
Color Harmonies of #DC3962
Complementary color
Monochromatic Colors of #DC3962
Black with #DC3962
Text Example
Text Example
White with #DC3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3962; }
p { color: rgb(220,57,98); }
H1.HeaderClassName
{
color: #DC3962;
}
.AnyTagClassName
{
color: #DC3962;
}
</style>
background-color css
<style>
a { background-color: #DC3962; }
a { background-color: rgb(220,57,98); }
div.DivClassName
{
background-color: #DC3962;
}
.BgClassName
{
background-color: #DC3962;
}
</style>
border-color css
<style>
span { border-color: #DC3962; }
span { border-color: rgb(220,57,98); }
td.TdClassName
{
border-color: #DC3962;
}
.TagClassName
{
border-color: #DC3962;
}
</style>