Shades of Deep Cerise #DC1F77
Tints of Deep Cerise #DC1F77
RGB
CMYK
RGB Variations
Color information
#DC1F77 (or 0xDC1F77) is known color: Deep Cerise. HEX triplet: DC, 1F and 77. RGB value is (220,31,119). Sum of RGB (Red+Green+Blue) = 220+31+119=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F77 is #23E088. Grayscale: #616161. Windows color (decimal): -2351241 or 7806940. OLE color: 7806940.
HSL color Cylindrical-coordinate representation of color #DC1F77: hue angle of 332.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F77 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 119 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.14 |
| HSL | 332.06º | 0.75% | 0.49% | - |
| HSV(B) | 332.06º | 0.86% | 0.86% | - |
| XYZ | 33.33 | 17.53 | 19.08 | - |
| YUV | 97.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 119 | 0 | 0.86 | 0.46 | 0.14 | 332.06 | 0.75 | 0.49 |
| Hex | DC | 1F | 77 | 0 | 56 | 2E | E | 14C | 4B | 31 |
| Octal | 334 | 37 | 167 | 0 | 126 | 56 | 16 | 514 | 113 | 61 |
| Binary | 11011100 | 11111 | 1110111 | 0 | 1010110 | 101110 | 1110 | 101001100 | 1001011 | 110001 |
Color Harmonies of #DC1F77
Complementary color
Monochromatic Colors of #DC1F77
Black with #DC1F77
Text Example
Text Example
White with #DC1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F77; }
p { color: rgb(220,31,119); }
H1.HeaderClassName
{
color: #DC1F77;
}
.AnyTagClassName
{
color: #DC1F77;
}
</style>
background-color css
<style>
a { background-color: #DC1F77; }
a { background-color: rgb(220,31,119); }
div.DivClassName
{
background-color: #DC1F77;
}
.BgClassName
{
background-color: #DC1F77;
}
</style>
border-color css
<style>
span { border-color: #DC1F77; }
span { border-color: rgb(220,31,119); }
td.TdClassName
{
border-color: #DC1F77;
}
.TagClassName
{
border-color: #DC1F77;
}
</style>