Shades of Deep Cerise #DC3778
Tints of Deep Cerise #DC3778
RGB
CMYK
RGB Variations
Color information
#DC3778 (or 0xDC3778) is known color: Deep Cerise. HEX triplet: DC, 37 and 78. RGB value is (220,55,120). Sum of RGB (Red+Green+Blue) = 220+55+120=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3778 is #23C887. Grayscale: #6F6F6F. Windows color (decimal): -2345096 or 7878620. OLE color: 7878620.
HSL color Cylindrical-coordinate representation of color #DC3778: hue angle of 336.36º 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 #DC3778 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 120 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.14 |
| HSL | 336.36º | 0.7% | 0.54% | - |
| HSV(B) | 336.36º | 0.75% | 0.86% | - |
| XYZ | 34.27 | 19.3 | 19.69 | - |
| YUV | 111.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 120 | 0 | 0.75 | 0.45 | 0.14 | 336.36 | 0.7 | 0.54 |
| Hex | DC | 37 | 78 | 0 | 4B | 2D | E | 150 | 46 | 36 |
| Octal | 334 | 67 | 170 | 0 | 113 | 55 | 16 | 520 | 106 | 66 |
| Binary | 11011100 | 110111 | 1111000 | 0 | 1001011 | 101101 | 1110 | 101010000 | 1000110 | 110110 |
Color Harmonies of #DC3778
Complementary color
Monochromatic Colors of #DC3778
Black with #DC3778
Text Example
Text Example
White with #DC3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3778; }
p { color: rgb(220,55,120); }
H1.HeaderClassName
{
color: #DC3778;
}
.AnyTagClassName
{
color: #DC3778;
}
</style>
background-color css
<style>
a { background-color: #DC3778; }
a { background-color: rgb(220,55,120); }
div.DivClassName
{
background-color: #DC3778;
}
.BgClassName
{
background-color: #DC3778;
}
</style>
border-color css
<style>
span { border-color: #DC3778; }
span { border-color: rgb(220,55,120); }
td.TdClassName
{
border-color: #DC3778;
}
.TagClassName
{
border-color: #DC3778;
}
</style>