Shades of Deep Cerise #DC3A7C
Tints of Deep Cerise #DC3A7C
RGB
CMYK
RGB Variations
Color information
#DC3A7C (or 0xDC3A7C) is known color: Deep Cerise. HEX triplet: DC, 3A and 7C. RGB value is (220,58,124). Sum of RGB (Red+Green+Blue) = 220+58+124=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A7C is #23C583. Grayscale: #717171. Windows color (decimal): -2344324 or 8141532. OLE color: 8141532.
HSL color Cylindrical-coordinate representation of color #DC3A7C: hue angle of 335.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A7C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 124 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.14 |
| HSL | 335.56º | 0.7% | 0.55% | - |
| HSV(B) | 335.56º | 0.74% | 0.86% | - |
| XYZ | 34.67 | 19.7 | 21.04 | - |
| YUV | 113.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 124 | 0 | 0.74 | 0.44 | 0.14 | 335.56 | 0.7 | 0.55 |
| Hex | DC | 3A | 7C | 0 | 4A | 2C | E | 150 | 46 | 37 |
| Octal | 334 | 72 | 174 | 0 | 112 | 54 | 16 | 520 | 106 | 67 |
| Binary | 11011100 | 111010 | 1111100 | 0 | 1001010 | 101100 | 1110 | 101010000 | 1000110 | 110111 |
Color Harmonies of #DC3A7C
Complementary color
Monochromatic Colors of #DC3A7C
Black with #DC3A7C
Text Example
Text Example
White with #DC3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A7C; }
p { color: rgb(220,58,124); }
H1.HeaderClassName
{
color: #DC3A7C;
}
.AnyTagClassName
{
color: #DC3A7C;
}
</style>
background-color css
<style>
a { background-color: #DC3A7C; }
a { background-color: rgb(220,58,124); }
div.DivClassName
{
background-color: #DC3A7C;
}
.BgClassName
{
background-color: #DC3A7C;
}
</style>
border-color css
<style>
span { border-color: #DC3A7C; }
span { border-color: rgb(220,58,124); }
td.TdClassName
{
border-color: #DC3A7C;
}
.TagClassName
{
border-color: #DC3A7C;
}
</style>