Shades of Cerise #DC2762
Tints of Cerise #DC2762
RGB
CMYK
RGB Variations
Color information
#DC2762 (or 0xDC2762) is known color: Cerise. HEX triplet: DC, 27 and 62. RGB value is (220,39,98). Sum of RGB (Red+Green+Blue) = 220+39+98=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2762 is #23D89D. Grayscale: #636363. Windows color (decimal): -2349214 or 6432732. OLE color: 6432732.
HSL color Cylindrical-coordinate representation of color #DC2762: hue angle of 340.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2762 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 98 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.14 |
| HSL | 340.44º | 0.72% | 0.51% | - |
| HSV(B) | 340.44º | 0.82% | 0.86% | - |
| XYZ | 32.45 | 17.55 | 13.23 | - |
| YUV | 99.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 98 | 0 | 0.82 | 0.55 | 0.14 | 340.44 | 0.72 | 0.51 |
| Hex | DC | 27 | 62 | 0 | 52 | 37 | E | 154 | 48 | 33 |
| Octal | 334 | 47 | 142 | 0 | 122 | 67 | 16 | 524 | 110 | 63 |
| Binary | 11011100 | 100111 | 1100010 | 0 | 1010010 | 110111 | 1110 | 101010100 | 1001000 | 110011 |
Color Harmonies of #DC2762
Complementary color
Monochromatic Colors of #DC2762
Black with #DC2762
Text Example
Text Example
White with #DC2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2762; }
p { color: rgb(220,39,98); }
H1.HeaderClassName
{
color: #DC2762;
}
.AnyTagClassName
{
color: #DC2762;
}
</style>
background-color css
<style>
a { background-color: #DC2762; }
a { background-color: rgb(220,39,98); }
div.DivClassName
{
background-color: #DC2762;
}
.BgClassName
{
background-color: #DC2762;
}
</style>
border-color css
<style>
span { border-color: #DC2762; }
span { border-color: rgb(220,39,98); }
td.TdClassName
{
border-color: #DC2762;
}
.TagClassName
{
border-color: #DC2762;
}
</style>