Shades of Deep Cerise #DC3A7D
Tints of Deep Cerise #DC3A7D
RGB
CMYK
RGB Variations
Color information
#DC3A7D (or 0xDC3A7D) is known color: Deep Cerise. HEX triplet: DC, 3A and 7D. RGB value is (220,58,125). Sum of RGB (Red+Green+Blue) = 220+58+125=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A7D is #23C582. Grayscale: #717171. Windows color (decimal): -2344323 or 8207068. OLE color: 8207068.
HSL color Cylindrical-coordinate representation of color #DC3A7D: hue angle of 335.19º 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 #DC3A7D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 125 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.14 |
| HSL | 335.19º | 0.7% | 0.55% | - |
| HSV(B) | 335.19º | 0.74% | 0.86% | - |
| XYZ | 34.73 | 19.72 | 21.38 | - |
| YUV | 114.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 125 | 0 | 0.74 | 0.43 | 0.14 | 335.19 | 0.7 | 0.55 |
| Hex | DC | 3A | 7D | 0 | 4A | 2B | E | 14F | 46 | 37 |
| Octal | 334 | 72 | 175 | 0 | 112 | 53 | 16 | 517 | 106 | 67 |
| Binary | 11011100 | 111010 | 1111101 | 0 | 1001010 | 101011 | 1110 | 101001111 | 1000110 | 110111 |
Color Harmonies of #DC3A7D
Complementary color
Monochromatic Colors of #DC3A7D
Black with #DC3A7D
Text Example
Text Example
White with #DC3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A7D; }
p { color: rgb(220,58,125); }
H1.HeaderClassName
{
color: #DC3A7D;
}
.AnyTagClassName
{
color: #DC3A7D;
}
</style>
background-color css
<style>
a { background-color: #DC3A7D; }
a { background-color: rgb(220,58,125); }
div.DivClassName
{
background-color: #DC3A7D;
}
.BgClassName
{
background-color: #DC3A7D;
}
</style>
border-color css
<style>
span { border-color: #DC3A7D; }
span { border-color: rgb(220,58,125); }
td.TdClassName
{
border-color: #DC3A7D;
}
.TagClassName
{
border-color: #DC3A7D;
}
</style>