Shades of Cerise #DC3E5D
Tints of Cerise #DC3E5D
RGB
CMYK
RGB Variations
Color information
#DC3E5D (or 0xDC3E5D) is known color: Cerise. HEX triplet: DC, 3E and 5D. RGB value is (220,62,93). Sum of RGB (Red+Green+Blue) = 220+62+93=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E5D is #23C1A2. Grayscale: #707070. Windows color (decimal): -2343331 or 6110940. OLE color: 6110940.
HSL color Cylindrical-coordinate representation of color #DC3E5D: hue angle of 348.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E5D is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 93 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.14 |
| HSL | 348.23º | 0.69% | 0.55% | - |
| HSV(B) | 348.23º | 0.72% | 0.86% | - |
| XYZ | 33.21 | 19.45 | 12.36 | - |
| YUV | 112.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 93 | 0 | 0.72 | 0.58 | 0.14 | 348.23 | 0.69 | 0.55 |
| Hex | DC | 3E | 5D | 0 | 48 | 3A | E | 15C | 45 | 37 |
| Octal | 334 | 76 | 135 | 0 | 110 | 72 | 16 | 534 | 105 | 67 |
| Binary | 11011100 | 111110 | 1011101 | 0 | 1001000 | 111010 | 1110 | 101011100 | 1000101 | 110111 |
Color Harmonies of #DC3E5D
Complementary color
Monochromatic Colors of #DC3E5D
Black with #DC3E5D
Text Example
Text Example
White with #DC3E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E5D; }
p { color: rgb(220,62,93); }
H1.HeaderClassName
{
color: #DC3E5D;
}
.AnyTagClassName
{
color: #DC3E5D;
}
</style>
background-color css
<style>
a { background-color: #DC3E5D; }
a { background-color: rgb(220,62,93); }
div.DivClassName
{
background-color: #DC3E5D;
}
.BgClassName
{
background-color: #DC3E5D;
}
</style>
border-color css
<style>
span { border-color: #DC3E5D; }
span { border-color: rgb(220,62,93); }
td.TdClassName
{
border-color: #DC3E5D;
}
.TagClassName
{
border-color: #DC3E5D;
}
</style>