Shades of Deep Cerise #DC3E9F
Tints of Deep Cerise #DC3E9F
RGB
CMYK
RGB Variations
Color information
#DC3E9F (or 0xDC3E9F) is known color: Deep Cerise. HEX triplet: DC, 3E and 9F. RGB value is (220,62,159). Sum of RGB (Red+Green+Blue) = 220+62+159=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E9F is #23C160. Grayscale: #787878. Windows color (decimal): -2343265 or 10436316. OLE color: 10436316.
HSL color Cylindrical-coordinate representation of color #DC3E9F: hue angle of 323.16º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E9F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 159 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.14 |
| HSL | 323.16º | 0.69% | 0.55% | - |
| HSV(B) | 323.16º | 0.72% | 0.86% | - |
| XYZ | 37.5 | 21.16 | 34.91 | - |
| YUV | 120.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 159 | 0 | 0.72 | 0.28 | 0.14 | 323.16 | 0.69 | 0.55 |
| Hex | DC | 3E | 9F | 0 | 48 | 1C | E | 143 | 45 | 37 |
| Octal | 334 | 76 | 237 | 0 | 110 | 34 | 16 | 503 | 105 | 67 |
| Binary | 11011100 | 111110 | 10011111 | 0 | 1001000 | 11100 | 1110 | 101000011 | 1000101 | 110111 |
Color Harmonies of #DC3E9F
Complementary color
Monochromatic Colors of #DC3E9F
Black with #DC3E9F
Text Example
Text Example
White with #DC3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E9F; }
p { color: rgb(220,62,159); }
H1.HeaderClassName
{
color: #DC3E9F;
}
.AnyTagClassName
{
color: #DC3E9F;
}
</style>
background-color css
<style>
a { background-color: #DC3E9F; }
a { background-color: rgb(220,62,159); }
div.DivClassName
{
background-color: #DC3E9F;
}
.BgClassName
{
background-color: #DC3E9F;
}
</style>
border-color css
<style>
span { border-color: #DC3E9F; }
span { border-color: rgb(220,62,159); }
td.TdClassName
{
border-color: #DC3E9F;
}
.TagClassName
{
border-color: #DC3E9F;
}
</style>