Shades of Deep Cerise #DC3C9C
Tints of Deep Cerise #DC3C9C
RGB
CMYK
RGB Variations
Color information
#DC3C9C (or 0xDC3C9C) is known color: Deep Cerise. HEX triplet: DC, 3C and 9C. RGB value is (220,60,156). Sum of RGB (Red+Green+Blue) = 220+60+156=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C9C is #23C363. Grayscale: #767676. Windows color (decimal): -2343780 or 10239196. OLE color: 10239196.
HSL color Cylindrical-coordinate representation of color #DC3C9C: hue angle of 324º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C9C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 156 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.14 |
| HSL | 324º | 0.7% | 0.55% | - |
| HSV(B) | 324º | 0.73% | 0.86% | - |
| XYZ | 37.13 | 20.85 | 33.52 | - |
| YUV | 118.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 156 | 0 | 0.73 | 0.29 | 0.14 | 324 | 0.7 | 0.55 |
| Hex | DC | 3C | 9C | 0 | 49 | 1D | E | 144 | 46 | 37 |
| Octal | 334 | 74 | 234 | 0 | 111 | 35 | 16 | 504 | 106 | 67 |
| Binary | 11011100 | 111100 | 10011100 | 0 | 1001001 | 11101 | 1110 | 101000100 | 1000110 | 110111 |
Color Harmonies of #DC3C9C
Complementary color
Monochromatic Colors of #DC3C9C
Black with #DC3C9C
Text Example
Text Example
White with #DC3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C9C; }
p { color: rgb(220,60,156); }
H1.HeaderClassName
{
color: #DC3C9C;
}
.AnyTagClassName
{
color: #DC3C9C;
}
</style>
background-color css
<style>
a { background-color: #DC3C9C; }
a { background-color: rgb(220,60,156); }
div.DivClassName
{
background-color: #DC3C9C;
}
.BgClassName
{
background-color: #DC3C9C;
}
</style>
border-color css
<style>
span { border-color: #DC3C9C; }
span { border-color: rgb(220,60,156); }
td.TdClassName
{
border-color: #DC3C9C;
}
.TagClassName
{
border-color: #DC3C9C;
}
</style>