Shades of Cerise #DC295F
Tints of Cerise #DC295F
RGB
CMYK
RGB Variations
Color information
#DC295F (or 0xDC295F) is known color: Cerise. HEX triplet: DC, 29 and 5F. RGB value is (220,41,95). Sum of RGB (Red+Green+Blue) = 220+41+95=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC295F is #23D6A0. Grayscale: #646464. Windows color (decimal): -2348705 or 6236636. OLE color: 6236636.
HSL color Cylindrical-coordinate representation of color #DC295F: hue angle of 341.9º 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 #DC295F is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 95 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.14 |
| HSL | 341.9º | 0.72% | 0.51% | - |
| HSV(B) | 341.9º | 0.81% | 0.86% | - |
| XYZ | 32.37 | 17.63 | 12.52 | - |
| YUV | 100.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 95 | 0 | 0.81 | 0.57 | 0.14 | 341.9 | 0.72 | 0.51 |
| Hex | DC | 29 | 5F | 0 | 51 | 39 | E | 156 | 48 | 33 |
| Octal | 334 | 51 | 137 | 0 | 121 | 71 | 16 | 526 | 110 | 63 |
| Binary | 11011100 | 101001 | 1011111 | 0 | 1010001 | 111001 | 1110 | 101010110 | 1001000 | 110011 |
Color Harmonies of #DC295F
Complementary color
Monochromatic Colors of #DC295F
Black with #DC295F
Text Example
Text Example
White with #DC295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC295F; }
p { color: rgb(220,41,95); }
H1.HeaderClassName
{
color: #DC295F;
}
.AnyTagClassName
{
color: #DC295F;
}
</style>
background-color css
<style>
a { background-color: #DC295F; }
a { background-color: rgb(220,41,95); }
div.DivClassName
{
background-color: #DC295F;
}
.BgClassName
{
background-color: #DC295F;
}
</style>
border-color css
<style>
span { border-color: #DC295F; }
span { border-color: rgb(220,41,95); }
td.TdClassName
{
border-color: #DC295F;
}
.TagClassName
{
border-color: #DC295F;
}
</style>