Shades of Deep Cerise #DC3A7F
Tints of Deep Cerise #DC3A7F
RGB
CMYK
RGB Variations
Color information
#DC3A7F (or 0xDC3A7F) is known color: Deep Cerise. HEX triplet: DC, 3A and 7F. RGB value is (220,58,127). Sum of RGB (Red+Green+Blue) = 220+58+127=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A7F is #23C580. Grayscale: #727272. Windows color (decimal): -2344321 or 8338140. OLE color: 8338140.
HSL color Cylindrical-coordinate representation of color #DC3A7F: hue angle of 334.44º 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 #DC3A7F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 127 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.14 |
| HSL | 334.44º | 0.7% | 0.55% | - |
| HSV(B) | 334.44º | 0.74% | 0.86% | - |
| XYZ | 34.86 | 19.77 | 22.06 | - |
| YUV | 114.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 127 | 0 | 0.74 | 0.42 | 0.14 | 334.44 | 0.7 | 0.55 |
| Hex | DC | 3A | 7F | 0 | 4A | 2A | E | 14E | 46 | 37 |
| Octal | 334 | 72 | 177 | 0 | 112 | 52 | 16 | 516 | 106 | 67 |
| Binary | 11011100 | 111010 | 1111111 | 0 | 1001010 | 101010 | 1110 | 101001110 | 1000110 | 110111 |
Color Harmonies of #DC3A7F
Complementary color
Monochromatic Colors of #DC3A7F
Black with #DC3A7F
Text Example
Text Example
White with #DC3A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A7F; }
p { color: rgb(220,58,127); }
H1.HeaderClassName
{
color: #DC3A7F;
}
.AnyTagClassName
{
color: #DC3A7F;
}
</style>
background-color css
<style>
a { background-color: #DC3A7F; }
a { background-color: rgb(220,58,127); }
div.DivClassName
{
background-color: #DC3A7F;
}
.BgClassName
{
background-color: #DC3A7F;
}
</style>
border-color css
<style>
span { border-color: #DC3A7F; }
span { border-color: rgb(220,58,127); }
td.TdClassName
{
border-color: #DC3A7F;
}
.TagClassName
{
border-color: #DC3A7F;
}
</style>