Shades of Cerise #DC2965
Tints of Cerise #DC2965
RGB
CMYK
RGB Variations
Color information
#DC2965 (or 0xDC2965) is known color: Cerise. HEX triplet: DC, 29 and 65. RGB value is (220,41,101). Sum of RGB (Red+Green+Blue) = 220+41+101=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2965 is #23D69A. Grayscale: #656565. Windows color (decimal): -2348699 or 6629852. OLE color: 6629852.
HSL color Cylindrical-coordinate representation of color #DC2965: hue angle of 339.89º 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 #DC2965 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 101 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.14 |
| HSL | 339.89º | 0.72% | 0.51% | - |
| HSV(B) | 339.89º | 0.81% | 0.86% | - |
| XYZ | 32.66 | 17.74 | 14.02 | - |
| YUV | 101.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 101 | 0 | 0.81 | 0.54 | 0.14 | 339.89 | 0.72 | 0.51 |
| Hex | DC | 29 | 65 | 0 | 51 | 36 | E | 154 | 48 | 33 |
| Octal | 334 | 51 | 145 | 0 | 121 | 66 | 16 | 524 | 110 | 63 |
| Binary | 11011100 | 101001 | 1100101 | 0 | 1010001 | 110110 | 1110 | 101010100 | 1001000 | 110011 |
Color Harmonies of #DC2965
Complementary color
Monochromatic Colors of #DC2965
Black with #DC2965
Text Example
Text Example
White with #DC2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2965; }
p { color: rgb(220,41,101); }
H1.HeaderClassName
{
color: #DC2965;
}
.AnyTagClassName
{
color: #DC2965;
}
</style>
background-color css
<style>
a { background-color: #DC2965; }
a { background-color: rgb(220,41,101); }
div.DivClassName
{
background-color: #DC2965;
}
.BgClassName
{
background-color: #DC2965;
}
</style>
border-color css
<style>
span { border-color: #DC2965; }
span { border-color: rgb(220,41,101); }
td.TdClassName
{
border-color: #DC2965;
}
.TagClassName
{
border-color: #DC2965;
}
</style>