Shades of Cerise #DC3765
Tints of Cerise #DC3765
RGB
CMYK
RGB Variations
Color information
#DC3765 (or 0xDC3765) is known color: Cerise. HEX triplet: DC, 37 and 65. RGB value is (220,55,101). Sum of RGB (Red+Green+Blue) = 220+55+101=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3765 is #23C89A. Grayscale: #6D6D6D. Windows color (decimal): -2345115 or 6633436. OLE color: 6633436.
HSL color Cylindrical-coordinate representation of color #DC3765: hue angle of 343.27º 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 #DC3765 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 101 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.14 |
| HSL | 343.27º | 0.7% | 0.54% | - |
| HSV(B) | 343.27º | 0.75% | 0.86% | - |
| XYZ | 33.23 | 18.89 | 14.21 | - |
| YUV | 109.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 101 | 0 | 0.75 | 0.54 | 0.14 | 343.27 | 0.7 | 0.54 |
| Hex | DC | 37 | 65 | 0 | 4B | 36 | E | 157 | 46 | 36 |
| Octal | 334 | 67 | 145 | 0 | 113 | 66 | 16 | 527 | 106 | 66 |
| Binary | 11011100 | 110111 | 1100101 | 0 | 1001011 | 110110 | 1110 | 101010111 | 1000110 | 110110 |
Color Harmonies of #DC3765
Complementary color
Monochromatic Colors of #DC3765
Black with #DC3765
Text Example
Text Example
White with #DC3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3765; }
p { color: rgb(220,55,101); }
H1.HeaderClassName
{
color: #DC3765;
}
.AnyTagClassName
{
color: #DC3765;
}
</style>
background-color css
<style>
a { background-color: #DC3765; }
a { background-color: rgb(220,55,101); }
div.DivClassName
{
background-color: #DC3765;
}
.BgClassName
{
background-color: #DC3765;
}
</style>
border-color css
<style>
span { border-color: #DC3765; }
span { border-color: rgb(220,55,101); }
td.TdClassName
{
border-color: #DC3765;
}
.TagClassName
{
border-color: #DC3765;
}
</style>