Shades of Cerise #DC415F
Tints of Cerise #DC415F
RGB
CMYK
RGB Variations
Color information
#DC415F (or 0xDC415F) is known color: Cerise. HEX triplet: DC, 41 and 5F. RGB value is (220,65,95). Sum of RGB (Red+Green+Blue) = 220+65+95=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC415F is #23BEA0. Grayscale: #727272. Windows color (decimal): -2342561 or 6242780. OLE color: 6242780.
HSL color Cylindrical-coordinate representation of color #DC415F: hue angle of 348.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC415F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 95 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.14 |
| HSL | 348.39º | 0.69% | 0.56% | - |
| HSV(B) | 348.39º | 0.7% | 0.86% | - |
| XYZ | 33.47 | 19.82 | 12.89 | - |
| YUV | 114.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 95 | 0 | 0.70 | 0.57 | 0.14 | 348.39 | 0.69 | 0.56 |
| Hex | DC | 41 | 5F | 0 | 46 | 39 | E | 15C | 45 | 38 |
| Octal | 334 | 101 | 137 | 0 | 106 | 71 | 16 | 534 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1011111 | 0 | 1000110 | 111001 | 1110 | 101011100 | 1000101 | 111000 |
Color Harmonies of #DC415F
Complementary color
Monochromatic Colors of #DC415F
Black with #DC415F
Text Example
Text Example
White with #DC415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC415F; }
p { color: rgb(220,65,95); }
H1.HeaderClassName
{
color: #DC415F;
}
.AnyTagClassName
{
color: #DC415F;
}
</style>
background-color css
<style>
a { background-color: #DC415F; }
a { background-color: rgb(220,65,95); }
div.DivClassName
{
background-color: #DC415F;
}
.BgClassName
{
background-color: #DC415F;
}
</style>
border-color css
<style>
span { border-color: #DC415F; }
span { border-color: rgb(220,65,95); }
td.TdClassName
{
border-color: #DC415F;
}
.TagClassName
{
border-color: #DC415F;
}
</style>