Shades of Deep Cerise #DC3378
Tints of Deep Cerise #DC3378
RGB
CMYK
RGB Variations
Color information
#DC3378 (or 0xDC3378) is known color: Deep Cerise. HEX triplet: DC, 33 and 78. RGB value is (220,51,120). Sum of RGB (Red+Green+Blue) = 220+51+120=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3378 is #23CC87. Grayscale: #6D6D6D. Windows color (decimal): -2346120 or 7877596. OLE color: 7877596.
HSL color Cylindrical-coordinate representation of color #DC3378: hue angle of 335.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3378 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 120 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.14 |
| HSL | 335.5º | 0.71% | 0.53% | - |
| HSV(B) | 335.5º | 0.77% | 0.86% | - |
| XYZ | 34.09 | 18.94 | 19.63 | - |
| YUV | 109.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 120 | 0 | 0.77 | 0.45 | 0.14 | 335.5 | 0.71 | 0.53 |
| Hex | DC | 33 | 78 | 0 | 4D | 2D | E | 150 | 47 | 35 |
| Octal | 334 | 63 | 170 | 0 | 115 | 55 | 16 | 520 | 107 | 65 |
| Binary | 11011100 | 110011 | 1111000 | 0 | 1001101 | 101101 | 1110 | 101010000 | 1000111 | 110101 |
Color Harmonies of #DC3378
Complementary color
Monochromatic Colors of #DC3378
Black with #DC3378
Text Example
Text Example
White with #DC3378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3378; }
p { color: rgb(220,51,120); }
H1.HeaderClassName
{
color: #DC3378;
}
.AnyTagClassName
{
color: #DC3378;
}
</style>
background-color css
<style>
a { background-color: #DC3378; }
a { background-color: rgb(220,51,120); }
div.DivClassName
{
background-color: #DC3378;
}
.BgClassName
{
background-color: #DC3378;
}
</style>
border-color css
<style>
span { border-color: #DC3378; }
span { border-color: rgb(220,51,120); }
td.TdClassName
{
border-color: #DC3378;
}
.TagClassName
{
border-color: #DC3378;
}
</style>