Shades of Cerise #DC295C
Tints of Cerise #DC295C
RGB
CMYK
RGB Variations
Color information
#DC295C (or 0xDC295C) is known color: Cerise. HEX triplet: DC, 29 and 5C. RGB value is (220,41,92). Sum of RGB (Red+Green+Blue) = 220+41+92=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC295C is #23D6A3. Grayscale: #646464. Windows color (decimal): -2348708 or 6040028. OLE color: 6040028.
HSL color Cylindrical-coordinate representation of color #DC295C: hue angle of 342.91º 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 #DC295C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 92 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.14 |
| HSL | 342.91º | 0.72% | 0.51% | - |
| HSV(B) | 342.91º | 0.81% | 0.86% | - |
| XYZ | 32.24 | 17.57 | 11.82 | - |
| YUV | 100.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 92 | 0 | 0.81 | 0.58 | 0.14 | 342.91 | 0.72 | 0.51 |
| Hex | DC | 29 | 5C | 0 | 51 | 3A | E | 157 | 48 | 33 |
| Octal | 334 | 51 | 134 | 0 | 121 | 72 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 101001 | 1011100 | 0 | 1010001 | 111010 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC295C
Complementary color
Monochromatic Colors of #DC295C
Black with #DC295C
Text Example
Text Example
White with #DC295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC295C; }
p { color: rgb(220,41,92); }
H1.HeaderClassName
{
color: #DC295C;
}
.AnyTagClassName
{
color: #DC295C;
}
</style>
background-color css
<style>
a { background-color: #DC295C; }
a { background-color: rgb(220,41,92); }
div.DivClassName
{
background-color: #DC295C;
}
.BgClassName
{
background-color: #DC295C;
}
</style>
border-color css
<style>
span { border-color: #DC295C; }
span { border-color: rgb(220,41,92); }
td.TdClassName
{
border-color: #DC295C;
}
.TagClassName
{
border-color: #DC295C;
}
</style>