Shades of Deep Cerise #DC3277
Tints of Deep Cerise #DC3277
RGB
CMYK
RGB Variations
Color information
#DC3277 (or 0xDC3277) is known color: Deep Cerise. HEX triplet: DC, 32 and 77. RGB value is (220,50,119). Sum of RGB (Red+Green+Blue) = 220+50+119=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3277 is #23CD88. Grayscale: #6C6C6C. Windows color (decimal): -2346377 or 7811804. OLE color: 7811804.
HSL color Cylindrical-coordinate representation of color #DC3277: hue angle of 335.65º 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 #DC3277 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 119 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.14 |
| HSL | 335.65º | 0.71% | 0.53% | - |
| HSV(B) | 335.65º | 0.77% | 0.86% | - |
| XYZ | 33.99 | 18.83 | 19.3 | - |
| YUV | 108.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 119 | 0 | 0.77 | 0.46 | 0.14 | 335.65 | 0.71 | 0.53 |
| Hex | DC | 32 | 77 | 0 | 4D | 2E | E | 150 | 47 | 35 |
| Octal | 334 | 62 | 167 | 0 | 115 | 56 | 16 | 520 | 107 | 65 |
| Binary | 11011100 | 110010 | 1110111 | 0 | 1001101 | 101110 | 1110 | 101010000 | 1000111 | 110101 |
Color Harmonies of #DC3277
Complementary color
Monochromatic Colors of #DC3277
Black with #DC3277
Text Example
Text Example
White with #DC3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3277; }
p { color: rgb(220,50,119); }
H1.HeaderClassName
{
color: #DC3277;
}
.AnyTagClassName
{
color: #DC3277;
}
</style>
background-color css
<style>
a { background-color: #DC3277; }
a { background-color: rgb(220,50,119); }
div.DivClassName
{
background-color: #DC3277;
}
.BgClassName
{
background-color: #DC3277;
}
</style>
border-color css
<style>
span { border-color: #DC3277; }
span { border-color: rgb(220,50,119); }
td.TdClassName
{
border-color: #DC3277;
}
.TagClassName
{
border-color: #DC3277;
}
</style>