Shades of Cerise #DC3E65
Tints of Cerise #DC3E65
RGB
CMYK
RGB Variations
Color information
#DC3E65 (or 0xDC3E65) is known color: Cerise. HEX triplet: DC, 3E and 65. RGB value is (220,62,101). Sum of RGB (Red+Green+Blue) = 220+62+101=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E65 is #23C19A. Grayscale: #717171. Windows color (decimal): -2343323 or 6635228. OLE color: 6635228.
HSL color Cylindrical-coordinate representation of color #DC3E65: hue angle of 345.19º 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 #DC3E65 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 101 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.14 |
| HSL | 345.19º | 0.69% | 0.55% | - |
| HSV(B) | 345.19º | 0.72% | 0.86% | - |
| XYZ | 33.59 | 19.6 | 14.32 | - |
| YUV | 113.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 101 | 0 | 0.72 | 0.54 | 0.14 | 345.19 | 0.69 | 0.55 |
| Hex | DC | 3E | 65 | 0 | 48 | 36 | E | 159 | 45 | 37 |
| Octal | 334 | 76 | 145 | 0 | 110 | 66 | 16 | 531 | 105 | 67 |
| Binary | 11011100 | 111110 | 1100101 | 0 | 1001000 | 110110 | 1110 | 101011001 | 1000101 | 110111 |
Color Harmonies of #DC3E65
Complementary color
Monochromatic Colors of #DC3E65
Black with #DC3E65
Text Example
Text Example
White with #DC3E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E65; }
p { color: rgb(220,62,101); }
H1.HeaderClassName
{
color: #DC3E65;
}
.AnyTagClassName
{
color: #DC3E65;
}
</style>
background-color css
<style>
a { background-color: #DC3E65; }
a { background-color: rgb(220,62,101); }
div.DivClassName
{
background-color: #DC3E65;
}
.BgClassName
{
background-color: #DC3E65;
}
</style>
border-color css
<style>
span { border-color: #DC3E65; }
span { border-color: rgb(220,62,101); }
td.TdClassName
{
border-color: #DC3E65;
}
.TagClassName
{
border-color: #DC3E65;
}
</style>