Shades of Deep Cerise #DC319C
Tints of Deep Cerise #DC319C
RGB
CMYK
RGB Variations
Color information
#DC319C (or 0xDC319C) is known color: Deep Cerise. HEX triplet: DC, 31 and 9C. RGB value is (220,49,156). Sum of RGB (Red+Green+Blue) = 220+49+156=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC319C is #23CE63. Grayscale: #707070. Windows color (decimal): -2346596 or 10236380. OLE color: 10236380.
HSL color Cylindrical-coordinate representation of color #DC319C: hue angle of 322.46º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC319C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 156 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.14 |
| HSL | 322.46º | 0.71% | 0.53% | - |
| HSV(B) | 322.46º | 0.78% | 0.86% | - |
| XYZ | 36.61 | 19.81 | 33.35 | - |
| YUV | 112.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 156 | 0 | 0.78 | 0.29 | 0.14 | 322.46 | 0.71 | 0.53 |
| Hex | DC | 31 | 9C | 0 | 4E | 1D | E | 142 | 47 | 35 |
| Octal | 334 | 61 | 234 | 0 | 116 | 35 | 16 | 502 | 107 | 65 |
| Binary | 11011100 | 110001 | 10011100 | 0 | 1001110 | 11101 | 1110 | 101000010 | 1000111 | 110101 |
Color Harmonies of #DC319C
Complementary color
Monochromatic Colors of #DC319C
Black with #DC319C
Text Example
Text Example
White with #DC319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC319C; }
p { color: rgb(220,49,156); }
H1.HeaderClassName
{
color: #DC319C;
}
.AnyTagClassName
{
color: #DC319C;
}
</style>
background-color css
<style>
a { background-color: #DC319C; }
a { background-color: rgb(220,49,156); }
div.DivClassName
{
background-color: #DC319C;
}
.BgClassName
{
background-color: #DC319C;
}
</style>
border-color css
<style>
span { border-color: #DC319C; }
span { border-color: rgb(220,49,156); }
td.TdClassName
{
border-color: #DC319C;
}
.TagClassName
{
border-color: #DC319C;
}
</style>