Shades of Deep Cerise #DC3F9E
Tints of Deep Cerise #DC3F9E
RGB
CMYK
RGB Variations
Color information
#DC3F9E (or 0xDC3F9E) is known color: Deep Cerise. HEX triplet: DC, 3F and 9E. RGB value is (220,63,158). Sum of RGB (Red+Green+Blue) = 220+63+158=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F9E is #23C061. Grayscale: #787878. Windows color (decimal): -2343010 or 10371036. OLE color: 10371036.
HSL color Cylindrical-coordinate representation of color #DC3F9E: hue angle of 323.69º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F9E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 158 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.14 |
| HSL | 323.69º | 0.69% | 0.55% | - |
| HSV(B) | 323.69º | 0.71% | 0.86% | - |
| XYZ | 37.46 | 21.24 | 34.47 | - |
| YUV | 120.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 158 | 0 | 0.71 | 0.28 | 0.14 | 323.69 | 0.69 | 0.55 |
| Hex | DC | 3F | 9E | 0 | 47 | 1C | E | 144 | 45 | 37 |
| Octal | 334 | 77 | 236 | 0 | 107 | 34 | 16 | 504 | 105 | 67 |
| Binary | 11011100 | 111111 | 10011110 | 0 | 1000111 | 11100 | 1110 | 101000100 | 1000101 | 110111 |
Color Harmonies of #DC3F9E
Complementary color
Monochromatic Colors of #DC3F9E
Black with #DC3F9E
Text Example
Text Example
White with #DC3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F9E; }
p { color: rgb(220,63,158); }
H1.HeaderClassName
{
color: #DC3F9E;
}
.AnyTagClassName
{
color: #DC3F9E;
}
</style>
background-color css
<style>
a { background-color: #DC3F9E; }
a { background-color: rgb(220,63,158); }
div.DivClassName
{
background-color: #DC3F9E;
}
.BgClassName
{
background-color: #DC3F9E;
}
</style>
border-color css
<style>
span { border-color: #DC3F9E; }
span { border-color: rgb(220,63,158); }
td.TdClassName
{
border-color: #DC3F9E;
}
.TagClassName
{
border-color: #DC3F9E;
}
</style>