Shades of Cerise #DC3173
Tints of Cerise #DC3173
RGB
CMYK
RGB Variations
Color information
#DC3173 (or 0xDC3173) is known color: Cerise. HEX triplet: DC, 31 and 73. RGB value is (220,49,115). Sum of RGB (Red+Green+Blue) = 220+49+115=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3173 is #23CE8C. Grayscale: #6B6B6B. Windows color (decimal): -2346637 or 7549404. OLE color: 7549404.
HSL color Cylindrical-coordinate representation of color #DC3173: hue angle of 336.84º 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 #DC3173 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 115 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.14 |
| HSL | 336.84º | 0.71% | 0.53% | - |
| HSV(B) | 336.84º | 0.78% | 0.86% | - |
| XYZ | 33.71 | 18.65 | 18.04 | - |
| YUV | 107.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 115 | 0 | 0.78 | 0.48 | 0.14 | 336.84 | 0.71 | 0.53 |
| Hex | DC | 31 | 73 | 0 | 4E | 30 | E | 151 | 47 | 35 |
| Octal | 334 | 61 | 163 | 0 | 116 | 60 | 16 | 521 | 107 | 65 |
| Binary | 11011100 | 110001 | 1110011 | 0 | 1001110 | 110000 | 1110 | 101010001 | 1000111 | 110101 |
Color Harmonies of #DC3173
Complementary color
Monochromatic Colors of #DC3173
Black with #DC3173
Text Example
Text Example
White with #DC3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3173; }
p { color: rgb(220,49,115); }
H1.HeaderClassName
{
color: #DC3173;
}
.AnyTagClassName
{
color: #DC3173;
}
</style>
background-color css
<style>
a { background-color: #DC3173; }
a { background-color: rgb(220,49,115); }
div.DivClassName
{
background-color: #DC3173;
}
.BgClassName
{
background-color: #DC3173;
}
</style>
border-color css
<style>
span { border-color: #DC3173; }
span { border-color: rgb(220,49,115); }
td.TdClassName
{
border-color: #DC3173;
}
.TagClassName
{
border-color: #DC3173;
}
</style>