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