Shades of Cerise #DC3E62
Tints of Cerise #DC3E62
RGB
CMYK
RGB Variations
Color information
#DC3E62 (or 0xDC3E62) is known color: Cerise. HEX triplet: DC, 3E and 62. RGB value is (220,62,98). Sum of RGB (Red+Green+Blue) = 220+62+98=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E62 is #23C19D. Grayscale: #717171. Windows color (decimal): -2343326 or 6438620. OLE color: 6438620.
HSL color Cylindrical-coordinate representation of color #DC3E62: hue angle of 346.33º 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 #DC3E62 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 98 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.14 |
| HSL | 346.33º | 0.69% | 0.55% | - |
| HSV(B) | 346.33º | 0.72% | 0.86% | - |
| XYZ | 33.44 | 19.54 | 13.56 | - |
| YUV | 113.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 98 | 0 | 0.72 | 0.55 | 0.14 | 346.33 | 0.69 | 0.55 |
| Hex | DC | 3E | 62 | 0 | 48 | 37 | E | 15A | 45 | 37 |
| Octal | 334 | 76 | 142 | 0 | 110 | 67 | 16 | 532 | 105 | 67 |
| Binary | 11011100 | 111110 | 1100010 | 0 | 1001000 | 110111 | 1110 | 101011010 | 1000101 | 110111 |
Color Harmonies of #DC3E62
Complementary color
Monochromatic Colors of #DC3E62
Black with #DC3E62
Text Example
Text Example
White with #DC3E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E62; }
p { color: rgb(220,62,98); }
H1.HeaderClassName
{
color: #DC3E62;
}
.AnyTagClassName
{
color: #DC3E62;
}
</style>
background-color css
<style>
a { background-color: #DC3E62; }
a { background-color: rgb(220,62,98); }
div.DivClassName
{
background-color: #DC3E62;
}
.BgClassName
{
background-color: #DC3E62;
}
</style>
border-color css
<style>
span { border-color: #DC3E62; }
span { border-color: rgb(220,62,98); }
td.TdClassName
{
border-color: #DC3E62;
}
.TagClassName
{
border-color: #DC3E62;
}
</style>