Shades of Deep Cerise #DC3676
Tints of Deep Cerise #DC3676
RGB
CMYK
RGB Variations
Color information
#DC3676 (or 0xDC3676) is known color: Deep Cerise. HEX triplet: DC, 36 and 76. RGB value is (220,54,118). Sum of RGB (Red+Green+Blue) = 220+54+118=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3676 is #23C989. Grayscale: #6E6E6E. Windows color (decimal): -2345354 or 7747292. OLE color: 7747292.
HSL color Cylindrical-coordinate representation of color #DC3676: hue angle of 336.87º 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 #DC3676 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 118 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.14 |
| HSL | 336.87º | 0.7% | 0.54% | - |
| HSV(B) | 336.87º | 0.75% | 0.86% | - |
| XYZ | 34.1 | 19.16 | 19.04 | - |
| YUV | 110.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 118 | 0 | 0.75 | 0.46 | 0.14 | 336.87 | 0.7 | 0.54 |
| Hex | DC | 36 | 76 | 0 | 4B | 2E | E | 151 | 46 | 36 |
| Octal | 334 | 66 | 166 | 0 | 113 | 56 | 16 | 521 | 106 | 66 |
| Binary | 11011100 | 110110 | 1110110 | 0 | 1001011 | 101110 | 1110 | 101010001 | 1000110 | 110110 |
Color Harmonies of #DC3676
Complementary color
Monochromatic Colors of #DC3676
Black with #DC3676
Text Example
Text Example
White with #DC3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3676; }
p { color: rgb(220,54,118); }
H1.HeaderClassName
{
color: #DC3676;
}
.AnyTagClassName
{
color: #DC3676;
}
</style>
background-color css
<style>
a { background-color: #DC3676; }
a { background-color: rgb(220,54,118); }
div.DivClassName
{
background-color: #DC3676;
}
.BgClassName
{
background-color: #DC3676;
}
</style>
border-color css
<style>
span { border-color: #DC3676; }
span { border-color: rgb(220,54,118); }
td.TdClassName
{
border-color: #DC3676;
}
.TagClassName
{
border-color: #DC3676;
}
</style>