Shades of Cerise #DC3671
Tints of Cerise #DC3671
RGB
CMYK
RGB Variations
Color information
#DC3671 (or 0xDC3671) is known color: Cerise. HEX triplet: DC, 36 and 71. RGB value is (220,54,113). Sum of RGB (Red+Green+Blue) = 220+54+113=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3671 is #23C98E. Grayscale: #6E6E6E. Windows color (decimal): -2345359 or 7419612. OLE color: 7419612.
HSL color Cylindrical-coordinate representation of color #DC3671: hue angle of 338.67º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3671 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 113 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.14 |
| HSL | 338.67º | 0.7% | 0.54% | - |
| HSV(B) | 338.67º | 0.75% | 0.86% | - |
| XYZ | 33.82 | 19.05 | 17.52 | - |
| YUV | 110.36 | 129.5 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 113 | 0 | 0.75 | 0.49 | 0.14 | 338.67 | 0.7 | 0.54 |
| Hex | DC | 36 | 71 | 0 | 4B | 31 | E | 153 | 46 | 36 |
| Octal | 334 | 66 | 161 | 0 | 113 | 61 | 16 | 523 | 106 | 66 |
| Binary | 11011100 | 110110 | 1110001 | 0 | 1001011 | 110001 | 1110 | 101010011 | 1000110 | 110110 |
Color Harmonies of #DC3671
Complementary color
Monochromatic Colors of #DC3671
Black with #DC3671
Text Example
Text Example
White with #DC3671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3671; }
p { color: rgb(220,54,113); }
H1.HeaderClassName
{
color: #DC3671;
}
.AnyTagClassName
{
color: #DC3671;
}
</style>
background-color css
<style>
a { background-color: #DC3671; }
a { background-color: rgb(220,54,113); }
div.DivClassName
{
background-color: #DC3671;
}
.BgClassName
{
background-color: #DC3671;
}
</style>
border-color css
<style>
span { border-color: #DC3671; }
span { border-color: rgb(220,54,113); }
td.TdClassName
{
border-color: #DC3671;
}
.TagClassName
{
border-color: #DC3671;
}
</style>