Shades of Cerise #DC3960
Tints of Cerise #DC3960
RGB
CMYK
RGB Variations
Color information
#DC3960 (or 0xDC3960) is known color: Cerise. HEX triplet: DC, 39 and 60. RGB value is (220,57,96). Sum of RGB (Red+Green+Blue) = 220+57+96=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3960 is #23C69F. Grayscale: #6E6E6E. Windows color (decimal): -2344608 or 6306268. OLE color: 6306268.
HSL color Cylindrical-coordinate representation of color #DC3960: hue angle of 345.64º 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 #DC3960 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 96 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.14 |
| HSL | 345.64º | 0.7% | 0.54% | - |
| HSV(B) | 345.64º | 0.74% | 0.86% | - |
| XYZ | 33.09 | 18.99 | 12.99 | - |
| YUV | 110.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 96 | 0 | 0.74 | 0.56 | 0.14 | 345.64 | 0.7 | 0.54 |
| Hex | DC | 39 | 60 | 0 | 4A | 38 | E | 15A | 46 | 36 |
| Octal | 334 | 71 | 140 | 0 | 112 | 70 | 16 | 532 | 106 | 66 |
| Binary | 11011100 | 111001 | 1100000 | 0 | 1001010 | 111000 | 1110 | 101011010 | 1000110 | 110110 |
Color Harmonies of #DC3960
Complementary color
Monochromatic Colors of #DC3960
Black with #DC3960
Text Example
Text Example
White with #DC3960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3960; }
p { color: rgb(220,57,96); }
H1.HeaderClassName
{
color: #DC3960;
}
.AnyTagClassName
{
color: #DC3960;
}
</style>
background-color css
<style>
a { background-color: #DC3960; }
a { background-color: rgb(220,57,96); }
div.DivClassName
{
background-color: #DC3960;
}
.BgClassName
{
background-color: #DC3960;
}
</style>
border-color css
<style>
span { border-color: #DC3960; }
span { border-color: rgb(220,57,96); }
td.TdClassName
{
border-color: #DC3960;
}
.TagClassName
{
border-color: #DC3960;
}
</style>