Shades of Deep Cerise #DC3076
Tints of Deep Cerise #DC3076
RGB
CMYK
RGB Variations
Color information
#DC3076 (or 0xDC3076) is known color: Deep Cerise. HEX triplet: DC, 30 and 76. RGB value is (220,48,118). Sum of RGB (Red+Green+Blue) = 220+48+118=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3076 is #23CF89. Grayscale: #6B6B6B. Windows color (decimal): -2346890 or 7745756. OLE color: 7745756.
HSL color Cylindrical-coordinate representation of color #DC3076: hue angle of 335.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3076 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 118 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.14 |
| HSL | 335.58º | 0.71% | 0.53% | - |
| HSV(B) | 335.58º | 0.78% | 0.86% | - |
| XYZ | 33.84 | 18.64 | 18.95 | - |
| YUV | 107.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 118 | 0 | 0.78 | 0.46 | 0.14 | 335.58 | 0.71 | 0.53 |
| Hex | DC | 30 | 76 | 0 | 4E | 2E | E | 150 | 47 | 35 |
| Octal | 334 | 60 | 166 | 0 | 116 | 56 | 16 | 520 | 107 | 65 |
| Binary | 11011100 | 110000 | 1110110 | 0 | 1001110 | 101110 | 1110 | 101010000 | 1000111 | 110101 |
Color Harmonies of #DC3076
Complementary color
Monochromatic Colors of #DC3076
Black with #DC3076
Text Example
Text Example
White with #DC3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3076; }
p { color: rgb(220,48,118); }
H1.HeaderClassName
{
color: #DC3076;
}
.AnyTagClassName
{
color: #DC3076;
}
</style>
background-color css
<style>
a { background-color: #DC3076; }
a { background-color: rgb(220,48,118); }
div.DivClassName
{
background-color: #DC3076;
}
.BgClassName
{
background-color: #DC3076;
}
</style>
border-color css
<style>
span { border-color: #DC3076; }
span { border-color: rgb(220,48,118); }
td.TdClassName
{
border-color: #DC3076;
}
.TagClassName
{
border-color: #DC3076;
}
</style>