Shades of Cerise #DC4060
Tints of Cerise #DC4060
RGB
CMYK
RGB Variations
Color information
#DC4060 (or 0xDC4060) is known color: Cerise. HEX triplet: DC, 40 and 60. RGB value is (220,64,96). Sum of RGB (Red+Green+Blue) = 220+64+96=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4060 is #23BF9F. Grayscale: #727272. Windows color (decimal): -2342816 or 6308060. OLE color: 6308060.
HSL color Cylindrical-coordinate representation of color #DC4060: hue angle of 347.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4060 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 96 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.14 |
| HSL | 347.69º | 0.69% | 0.56% | - |
| HSV(B) | 347.69º | 0.71% | 0.86% | - |
| XYZ | 33.46 | 19.73 | 13.11 | - |
| YUV | 114.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 96 | 0 | 0.71 | 0.56 | 0.14 | 347.69 | 0.69 | 0.56 |
| Hex | DC | 40 | 60 | 0 | 47 | 38 | E | 15C | 45 | 38 |
| Octal | 334 | 100 | 140 | 0 | 107 | 70 | 16 | 534 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1100000 | 0 | 1000111 | 111000 | 1110 | 101011100 | 1000101 | 111000 |
Color Harmonies of #DC4060
Complementary color
Monochromatic Colors of #DC4060
Black with #DC4060
Text Example
Text Example
White with #DC4060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4060; }
p { color: rgb(220,64,96); }
H1.HeaderClassName
{
color: #DC4060;
}
.AnyTagClassName
{
color: #DC4060;
}
</style>
background-color css
<style>
a { background-color: #DC4060; }
a { background-color: rgb(220,64,96); }
div.DivClassName
{
background-color: #DC4060;
}
.BgClassName
{
background-color: #DC4060;
}
</style>
border-color css
<style>
span { border-color: #DC4060; }
span { border-color: rgb(220,64,96); }
td.TdClassName
{
border-color: #DC4060;
}
.TagClassName
{
border-color: #DC4060;
}
</style>