Shades of Deep Cerise #DC3A7E
Tints of Deep Cerise #DC3A7E
RGB
CMYK
RGB Variations
Color information
#DC3A7E (or 0xDC3A7E) is known color: Deep Cerise. HEX triplet: DC, 3A and 7E. RGB value is (220,58,126). Sum of RGB (Red+Green+Blue) = 220+58+126=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A7E is #23C581. Grayscale: #727272. Windows color (decimal): -2344322 or 8272604. OLE color: 8272604.
HSL color Cylindrical-coordinate representation of color #DC3A7E: hue angle of 334.81º 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 #DC3A7E is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 126 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.14 |
| HSL | 334.81º | 0.7% | 0.55% | - |
| HSV(B) | 334.81º | 0.74% | 0.86% | - |
| XYZ | 34.79 | 19.75 | 21.72 | - |
| YUV | 114.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 126 | 0 | 0.74 | 0.43 | 0.14 | 334.81 | 0.7 | 0.55 |
| Hex | DC | 3A | 7E | 0 | 4A | 2B | E | 14F | 46 | 37 |
| Octal | 334 | 72 | 176 | 0 | 112 | 53 | 16 | 517 | 106 | 67 |
| Binary | 11011100 | 111010 | 1111110 | 0 | 1001010 | 101011 | 1110 | 101001111 | 1000110 | 110111 |
Color Harmonies of #DC3A7E
Complementary color
Monochromatic Colors of #DC3A7E
Black with #DC3A7E
Text Example
Text Example
White with #DC3A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A7E; }
p { color: rgb(220,58,126); }
H1.HeaderClassName
{
color: #DC3A7E;
}
.AnyTagClassName
{
color: #DC3A7E;
}
</style>
background-color css
<style>
a { background-color: #DC3A7E; }
a { background-color: rgb(220,58,126); }
div.DivClassName
{
background-color: #DC3A7E;
}
.BgClassName
{
background-color: #DC3A7E;
}
</style>
border-color css
<style>
span { border-color: #DC3A7E; }
span { border-color: rgb(220,58,126); }
td.TdClassName
{
border-color: #DC3A7E;
}
.TagClassName
{
border-color: #DC3A7E;
}
</style>