Shades of Cerise #DC2963
Tints of Cerise #DC2963
RGB
CMYK
RGB Variations
Color information
#DC2963 (or 0xDC2963) is known color: Cerise. HEX triplet: DC, 29 and 63. RGB value is (220,41,99). Sum of RGB (Red+Green+Blue) = 220+41+99=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2963 is #23D69C. Grayscale: #656565. Windows color (decimal): -2348701 or 6498780. OLE color: 6498780.
HSL color Cylindrical-coordinate representation of color #DC2963: hue angle of 340.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2963 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 99 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.14 |
| HSL | 340.56º | 0.72% | 0.51% | - |
| HSV(B) | 340.56º | 0.81% | 0.86% | - |
| XYZ | 32.56 | 17.7 | 13.51 | - |
| YUV | 101.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 99 | 0 | 0.81 | 0.55 | 0.14 | 340.56 | 0.72 | 0.51 |
| Hex | DC | 29 | 63 | 0 | 51 | 37 | E | 155 | 48 | 33 |
| Octal | 334 | 51 | 143 | 0 | 121 | 67 | 16 | 525 | 110 | 63 |
| Binary | 11011100 | 101001 | 1100011 | 0 | 1010001 | 110111 | 1110 | 101010101 | 1001000 | 110011 |
Color Harmonies of #DC2963
Complementary color
Monochromatic Colors of #DC2963
Black with #DC2963
Text Example
Text Example
White with #DC2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2963; }
p { color: rgb(220,41,99); }
H1.HeaderClassName
{
color: #DC2963;
}
.AnyTagClassName
{
color: #DC2963;
}
</style>
background-color css
<style>
a { background-color: #DC2963; }
a { background-color: rgb(220,41,99); }
div.DivClassName
{
background-color: #DC2963;
}
.BgClassName
{
background-color: #DC2963;
}
</style>
border-color css
<style>
span { border-color: #DC2963; }
span { border-color: rgb(220,41,99); }
td.TdClassName
{
border-color: #DC2963;
}
.TagClassName
{
border-color: #DC2963;
}
</style>