Shades of Deep Cerise #DC419C
Tints of Deep Cerise #DC419C
RGB
CMYK
RGB Variations
Color information
#DC419C (or 0xDC419C) is known color: Deep Cerise. HEX triplet: DC, 41 and 9C. RGB value is (220,65,156). Sum of RGB (Red+Green+Blue) = 220+65+156=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC419C is #23BE63. Grayscale: #797979. Windows color (decimal): -2342500 or 10240476. OLE color: 10240476.
HSL color Cylindrical-coordinate representation of color #DC419C: hue angle of 324.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC419C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 156 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.14 |
| HSL | 324.77º | 0.69% | 0.56% | - |
| HSV(B) | 324.77º | 0.7% | 0.86% | - |
| XYZ | 37.41 | 21.4 | 33.61 | - |
| YUV | 121.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 156 | 0 | 0.70 | 0.29 | 0.14 | 324.77 | 0.69 | 0.56 |
| Hex | DC | 41 | 9C | 0 | 46 | 1D | E | 145 | 45 | 38 |
| Octal | 334 | 101 | 234 | 0 | 106 | 35 | 16 | 505 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10011100 | 0 | 1000110 | 11101 | 1110 | 101000101 | 1000101 | 111000 |
Color Harmonies of #DC419C
Complementary color
Monochromatic Colors of #DC419C
Black with #DC419C
Text Example
Text Example
White with #DC419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC419C; }
p { color: rgb(220,65,156); }
H1.HeaderClassName
{
color: #DC419C;
}
.AnyTagClassName
{
color: #DC419C;
}
</style>
background-color css
<style>
a { background-color: #DC419C; }
a { background-color: rgb(220,65,156); }
div.DivClassName
{
background-color: #DC419C;
}
.BgClassName
{
background-color: #DC419C;
}
</style>
border-color css
<style>
span { border-color: #DC419C; }
span { border-color: rgb(220,65,156); }
td.TdClassName
{
border-color: #DC419C;
}
.TagClassName
{
border-color: #DC419C;
}
</style>