Shades of Deep Cerise #DC2F78
Tints of Deep Cerise #DC2F78
RGB
CMYK
RGB Variations
Color information
#DC2F78 (or 0xDC2F78) is known color: Deep Cerise. HEX triplet: DC, 2F and 78. RGB value is (220,47,120). Sum of RGB (Red+Green+Blue) = 220+47+120=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F78 is #23D087. Grayscale: #6A6A6A. Windows color (decimal): -2347144 or 7876572. OLE color: 7876572.
HSL color Cylindrical-coordinate representation of color #DC2F78: hue angle of 334.68º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F78 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 120 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.14 |
| HSL | 334.68º | 0.71% | 0.52% | - |
| HSV(B) | 334.68º | 0.79% | 0.86% | - |
| XYZ | 33.92 | 18.6 | 19.57 | - |
| YUV | 107.05 | 135.31 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 120 | 0 | 0.79 | 0.45 | 0.14 | 334.68 | 0.71 | 0.52 |
| Hex | DC | 2F | 78 | 0 | 4F | 2D | E | 14F | 47 | 34 |
| Octal | 334 | 57 | 170 | 0 | 117 | 55 | 16 | 517 | 107 | 64 |
| Binary | 11011100 | 101111 | 1111000 | 0 | 1001111 | 101101 | 1110 | 101001111 | 1000111 | 110100 |
Color Harmonies of #DC2F78
Complementary color
Monochromatic Colors of #DC2F78
Black with #DC2F78
Text Example
Text Example
White with #DC2F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F78; }
p { color: rgb(220,47,120); }
H1.HeaderClassName
{
color: #DC2F78;
}
.AnyTagClassName
{
color: #DC2F78;
}
</style>
background-color css
<style>
a { background-color: #DC2F78; }
a { background-color: rgb(220,47,120); }
div.DivClassName
{
background-color: #DC2F78;
}
.BgClassName
{
background-color: #DC2F78;
}
</style>
border-color css
<style>
span { border-color: #DC2F78; }
span { border-color: rgb(220,47,120); }
td.TdClassName
{
border-color: #DC2F78;
}
.TagClassName
{
border-color: #DC2F78;
}
</style>