Shades of Deep Cerise #DC3A9C
Tints of Deep Cerise #DC3A9C
RGB
CMYK
RGB Variations
Color information
#DC3A9C (or 0xDC3A9C) is known color: Deep Cerise. HEX triplet: DC, 3A and 9C. RGB value is (220,58,156). Sum of RGB (Red+Green+Blue) = 220+58+156=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3A9C is #23C563. Grayscale: #757575. Windows color (decimal): -2344292 or 10238684. OLE color: 10238684.
HSL color Cylindrical-coordinate representation of color #DC3A9C: hue angle of 323.7º 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 #DC3A9C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 156 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.14 |
| HSL | 323.7º | 0.7% | 0.55% | - |
| HSV(B) | 323.7º | 0.74% | 0.86% | - |
| XYZ | 37.03 | 20.64 | 33.49 | - |
| YUV | 117.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 156 | 0 | 0.74 | 0.29 | 0.14 | 323.7 | 0.7 | 0.55 |
| Hex | DC | 3A | 9C | 0 | 4A | 1D | E | 144 | 46 | 37 |
| Octal | 334 | 72 | 234 | 0 | 112 | 35 | 16 | 504 | 106 | 67 |
| Binary | 11011100 | 111010 | 10011100 | 0 | 1001010 | 11101 | 1110 | 101000100 | 1000110 | 110111 |
Color Harmonies of #DC3A9C
Complementary color
Monochromatic Colors of #DC3A9C
Black with #DC3A9C
Text Example
Text Example
White with #DC3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A9C; }
p { color: rgb(220,58,156); }
H1.HeaderClassName
{
color: #DC3A9C;
}
.AnyTagClassName
{
color: #DC3A9C;
}
</style>
background-color css
<style>
a { background-color: #DC3A9C; }
a { background-color: rgb(220,58,156); }
div.DivClassName
{
background-color: #DC3A9C;
}
.BgClassName
{
background-color: #DC3A9C;
}
</style>
border-color css
<style>
span { border-color: #DC3A9C; }
span { border-color: rgb(220,58,156); }
td.TdClassName
{
border-color: #DC3A9C;
}
.TagClassName
{
border-color: #DC3A9C;
}
</style>