Shades of Cerise #DC3759
Tints of Cerise #DC3759
RGB
CMYK
RGB Variations
Color information
#DC3759 (or 0xDC3759) is known color: Cerise. HEX triplet: DC, 37 and 59. RGB value is (220,55,89). Sum of RGB (Red+Green+Blue) = 220+55+89=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3759 is #23C8A6. Grayscale: #6C6C6C. Windows color (decimal): -2345127 or 5847004. OLE color: 5847004.
HSL color Cylindrical-coordinate representation of color #DC3759: hue angle of 347.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3759 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 89 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.14 |
| HSL | 347.64º | 0.7% | 0.54% | - |
| HSV(B) | 347.64º | 0.75% | 0.86% | - |
| XYZ | 32.68 | 18.67 | 11.33 | - |
| YUV | 108.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 89 | 0 | 0.75 | 0.60 | 0.14 | 347.64 | 0.7 | 0.54 |
| Hex | DC | 37 | 59 | 0 | 4B | 3C | E | 15C | 46 | 36 |
| Octal | 334 | 67 | 131 | 0 | 113 | 74 | 16 | 534 | 106 | 66 |
| Binary | 11011100 | 110111 | 1011001 | 0 | 1001011 | 111100 | 1110 | 101011100 | 1000110 | 110110 |
Color Harmonies of #DC3759
Complementary color
Monochromatic Colors of #DC3759
Black with #DC3759
Text Example
Text Example
White with #DC3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3759; }
p { color: rgb(220,55,89); }
H1.HeaderClassName
{
color: #DC3759;
}
.AnyTagClassName
{
color: #DC3759;
}
</style>
background-color css
<style>
a { background-color: #DC3759; }
a { background-color: rgb(220,55,89); }
div.DivClassName
{
background-color: #DC3759;
}
.BgClassName
{
background-color: #DC3759;
}
</style>
border-color css
<style>
span { border-color: #DC3759; }
span { border-color: rgb(220,55,89); }
td.TdClassName
{
border-color: #DC3759;
}
.TagClassName
{
border-color: #DC3759;
}
</style>