Shades of Cerise #DC295B
Tints of Cerise #DC295B
RGB
CMYK
RGB Variations
Color information
#DC295B (or 0xDC295B) is known color: Cerise. HEX triplet: DC, 29 and 5B. RGB value is (220,41,91). Sum of RGB (Red+Green+Blue) = 220+41+91=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC295B is #23D6A4. Grayscale: #646464. Windows color (decimal): -2348709 or 5974492. OLE color: 5974492.
HSL color Cylindrical-coordinate representation of color #DC295B: hue angle of 343.24º 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 #DC295B is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 91 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.14 |
| HSL | 343.24º | 0.72% | 0.51% | - |
| HSV(B) | 343.24º | 0.81% | 0.86% | - |
| XYZ | 32.2 | 17.56 | 11.59 | - |
| YUV | 100.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 91 | 0 | 0.81 | 0.59 | 0.14 | 343.24 | 0.72 | 0.51 |
| Hex | DC | 29 | 5B | 0 | 51 | 3B | E | 157 | 48 | 33 |
| Octal | 334 | 51 | 133 | 0 | 121 | 73 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 101001 | 1011011 | 0 | 1010001 | 111011 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC295B
Complementary color
Monochromatic Colors of #DC295B
Black with #DC295B
Text Example
Text Example
White with #DC295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC295B; }
p { color: rgb(220,41,91); }
H1.HeaderClassName
{
color: #DC295B;
}
.AnyTagClassName
{
color: #DC295B;
}
</style>
background-color css
<style>
a { background-color: #DC295B; }
a { background-color: rgb(220,41,91); }
div.DivClassName
{
background-color: #DC295B;
}
.BgClassName
{
background-color: #DC295B;
}
</style>
border-color css
<style>
span { border-color: #DC295B; }
span { border-color: rgb(220,41,91); }
td.TdClassName
{
border-color: #DC295B;
}
.TagClassName
{
border-color: #DC295B;
}
</style>