Shades of Cerise #DC3D71
Tints of Cerise #DC3D71
RGB
CMYK
RGB Variations
Color information
#DC3D71 (or 0xDC3D71) is known color: Cerise. HEX triplet: DC, 3D and 71. RGB value is (220,61,113). Sum of RGB (Red+Green+Blue) = 220+61+113=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D71 is #23C28E. Grayscale: #727272. Windows color (decimal): -2343567 or 7421404. OLE color: 7421404.
HSL color Cylindrical-coordinate representation of color #DC3D71: hue angle of 340.38º 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 #DC3D71 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 113 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.14 |
| HSL | 340.38º | 0.69% | 0.55% | - |
| HSV(B) | 340.38º | 0.72% | 0.86% | - |
| XYZ | 34.16 | 19.75 | 17.63 | - |
| YUV | 114.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 113 | 0 | 0.72 | 0.49 | 0.14 | 340.38 | 0.69 | 0.55 |
| Hex | DC | 3D | 71 | 0 | 48 | 31 | E | 154 | 45 | 37 |
| Octal | 334 | 75 | 161 | 0 | 110 | 61 | 16 | 524 | 105 | 67 |
| Binary | 11011100 | 111101 | 1110001 | 0 | 1001000 | 110001 | 1110 | 101010100 | 1000101 | 110111 |
Color Harmonies of #DC3D71
Complementary color
Monochromatic Colors of #DC3D71
Black with #DC3D71
Text Example
Text Example
White with #DC3D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D71; }
p { color: rgb(220,61,113); }
H1.HeaderClassName
{
color: #DC3D71;
}
.AnyTagClassName
{
color: #DC3D71;
}
</style>
background-color css
<style>
a { background-color: #DC3D71; }
a { background-color: rgb(220,61,113); }
div.DivClassName
{
background-color: #DC3D71;
}
.BgClassName
{
background-color: #DC3D71;
}
</style>
border-color css
<style>
span { border-color: #DC3D71; }
span { border-color: rgb(220,61,113); }
td.TdClassName
{
border-color: #DC3D71;
}
.TagClassName
{
border-color: #DC3D71;
}
</style>