Shades of Deep Cerise #DC317A
Tints of Deep Cerise #DC317A
RGB
CMYK
RGB Variations
Color information
#DC317A (or 0xDC317A) is known color: Deep Cerise. HEX triplet: DC, 31 and 7A. RGB value is (220,49,122). Sum of RGB (Red+Green+Blue) = 220+49+122=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC317A is #23CE85. Grayscale: #6C6C6C. Windows color (decimal): -2346630 or 8008156. OLE color: 8008156.
HSL color Cylindrical-coordinate representation of color #DC317A: hue angle of 334.39º 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 #DC317A is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 122 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.14 |
| HSL | 334.39º | 0.71% | 0.53% | - |
| HSV(B) | 334.39º | 0.78% | 0.86% | - |
| XYZ | 34.13 | 18.82 | 20.25 | - |
| YUV | 108.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 122 | 0 | 0.78 | 0.45 | 0.14 | 334.39 | 0.71 | 0.53 |
| Hex | DC | 31 | 7A | 0 | 4E | 2D | E | 14E | 47 | 35 |
| Octal | 334 | 61 | 172 | 0 | 116 | 55 | 16 | 516 | 107 | 65 |
| Binary | 11011100 | 110001 | 1111010 | 0 | 1001110 | 101101 | 1110 | 101001110 | 1000111 | 110101 |
Color Harmonies of #DC317A
Complementary color
Monochromatic Colors of #DC317A
Black with #DC317A
Text Example
Text Example
White with #DC317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC317A; }
p { color: rgb(220,49,122); }
H1.HeaderClassName
{
color: #DC317A;
}
.AnyTagClassName
{
color: #DC317A;
}
</style>
background-color css
<style>
a { background-color: #DC317A; }
a { background-color: rgb(220,49,122); }
div.DivClassName
{
background-color: #DC317A;
}
.BgClassName
{
background-color: #DC317A;
}
</style>
border-color css
<style>
span { border-color: #DC317A; }
span { border-color: rgb(220,49,122); }
td.TdClassName
{
border-color: #DC317A;
}
.TagClassName
{
border-color: #DC317A;
}
</style>