Shades of Cerise #DC2763
Tints of Cerise #DC2763
RGB
CMYK
RGB Variations
Color information
#DC2763 (or 0xDC2763) is known color: Cerise. HEX triplet: DC, 27 and 63. RGB value is (220,39,99). Sum of RGB (Red+Green+Blue) = 220+39+99=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2763 is #23D89C. Grayscale: #636363. Windows color (decimal): -2349213 or 6498268. OLE color: 6498268.
HSL color Cylindrical-coordinate representation of color #DC2763: hue angle of 340.11º 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 #DC2763 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 99 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.14 |
| HSL | 340.11º | 0.72% | 0.51% | - |
| HSV(B) | 340.11º | 0.82% | 0.86% | - |
| XYZ | 32.49 | 17.57 | 13.48 | - |
| YUV | 99.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 99 | 0 | 0.82 | 0.55 | 0.14 | 340.11 | 0.72 | 0.51 |
| Hex | DC | 27 | 63 | 0 | 52 | 37 | E | 154 | 48 | 33 |
| Octal | 334 | 47 | 143 | 0 | 122 | 67 | 16 | 524 | 110 | 63 |
| Binary | 11011100 | 100111 | 1100011 | 0 | 1010010 | 110111 | 1110 | 101010100 | 1001000 | 110011 |
Color Harmonies of #DC2763
Complementary color
Monochromatic Colors of #DC2763
Black with #DC2763
Text Example
Text Example
White with #DC2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2763; }
p { color: rgb(220,39,99); }
H1.HeaderClassName
{
color: #DC2763;
}
.AnyTagClassName
{
color: #DC2763;
}
</style>
background-color css
<style>
a { background-color: #DC2763; }
a { background-color: rgb(220,39,99); }
div.DivClassName
{
background-color: #DC2763;
}
.BgClassName
{
background-color: #DC2763;
}
</style>
border-color css
<style>
span { border-color: #DC2763; }
span { border-color: rgb(220,39,99); }
td.TdClassName
{
border-color: #DC2763;
}
.TagClassName
{
border-color: #DC2763;
}
</style>