Shades of Deep Cerise #DC319A
Tints of Deep Cerise #DC319A
RGB
CMYK
RGB Variations
Color information
#DC319A (or 0xDC319A) is known color: Deep Cerise. HEX triplet: DC, 31 and 9A. RGB value is (220,49,154). Sum of RGB (Red+Green+Blue) = 220+49+154=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC319A is #23CE65. Grayscale: #6F6F6F. Windows color (decimal): -2346598 or 10105308. OLE color: 10105308.
HSL color Cylindrical-coordinate representation of color #DC319A: hue angle of 323.16º 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 #DC319A is Cyan = 0, Magento = 0.78, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 154 | - |
| CMYK | 0 | 0.78 | 0.3 | 0.14 |
| HSL | 323.16º | 0.71% | 0.53% | - |
| HSV(B) | 323.16º | 0.78% | 0.86% | - |
| XYZ | 36.45 | 19.75 | 32.46 | - |
| YUV | 112.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 154 | 0 | 0.78 | 0.3 | 0.14 | 323.16 | 0.71 | 0.53 |
| Hex | DC | 31 | 9A | 0 | 4E | 1E | E | 143 | 47 | 35 |
| Octal | 334 | 61 | 232 | 0 | 116 | 36 | 16 | 503 | 107 | 65 |
| Binary | 11011100 | 110001 | 10011010 | 0 | 1001110 | 11110 | 1110 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DC319A
Complementary color
Monochromatic Colors of #DC319A
Black with #DC319A
Text Example
Text Example
White with #DC319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC319A; }
p { color: rgb(220,49,154); }
H1.HeaderClassName
{
color: #DC319A;
}
.AnyTagClassName
{
color: #DC319A;
}
</style>
background-color css
<style>
a { background-color: #DC319A; }
a { background-color: rgb(220,49,154); }
div.DivClassName
{
background-color: #DC319A;
}
.BgClassName
{
background-color: #DC319A;
}
</style>
border-color css
<style>
span { border-color: #DC319A; }
span { border-color: rgb(220,49,154); }
td.TdClassName
{
border-color: #DC319A;
}
.TagClassName
{
border-color: #DC319A;
}
</style>