Shades of Deep Cerise #DC2074
Tints of Deep Cerise #DC2074
RGB
CMYK
RGB Variations
Color information
#DC2074 (or 0xDC2074) is known color: Deep Cerise. HEX triplet: DC, 20 and 74. RGB value is (220,32,116). Sum of RGB (Red+Green+Blue) = 220+32+116=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2074 is #23DF8B. Grayscale: #616161. Windows color (decimal): -2350988 or 7610588. OLE color: 7610588.
HSL color Cylindrical-coordinate representation of color #DC2074: hue angle of 333.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2074 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 116 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.14 |
| HSL | 333.19º | 0.75% | 0.49% | - |
| HSV(B) | 333.19º | 0.85% | 0.86% | - |
| XYZ | 33.18 | 17.51 | 18.15 | - |
| YUV | 97.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 116 | 0 | 0.85 | 0.47 | 0.14 | 333.19 | 0.75 | 0.49 |
| Hex | DC | 20 | 74 | 0 | 55 | 2F | E | 14D | 4B | 31 |
| Octal | 334 | 40 | 164 | 0 | 125 | 57 | 16 | 515 | 113 | 61 |
| Binary | 11011100 | 100000 | 1110100 | 0 | 1010101 | 101111 | 1110 | 101001101 | 1001011 | 110001 |
Color Harmonies of #DC2074
Complementary color
Monochromatic Colors of #DC2074
Black with #DC2074
Text Example
Text Example
White with #DC2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2074; }
p { color: rgb(220,32,116); }
H1.HeaderClassName
{
color: #DC2074;
}
.AnyTagClassName
{
color: #DC2074;
}
</style>
background-color css
<style>
a { background-color: #DC2074; }
a { background-color: rgb(220,32,116); }
div.DivClassName
{
background-color: #DC2074;
}
.BgClassName
{
background-color: #DC2074;
}
</style>
border-color css
<style>
span { border-color: #DC2074; }
span { border-color: rgb(220,32,116); }
td.TdClassName
{
border-color: #DC2074;
}
.TagClassName
{
border-color: #DC2074;
}
</style>