Shades of Cerise #DC3973
Tints of Cerise #DC3973
RGB
CMYK
RGB Variations
Color information
#DC3973 (or 0xDC3973) is known color: Cerise. HEX triplet: DC, 39 and 73. RGB value is (220,57,115). Sum of RGB (Red+Green+Blue) = 220+57+115=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3973 is #23C68C. Grayscale: #707070. Windows color (decimal): -2344589 or 7551452. OLE color: 7551452.
HSL color Cylindrical-coordinate representation of color #DC3973: hue angle of 338.65º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3973 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 115 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.14 |
| HSL | 338.65º | 0.7% | 0.54% | - |
| HSV(B) | 338.65º | 0.74% | 0.86% | - |
| XYZ | 34.07 | 19.38 | 18.16 | - |
| YUV | 112.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 115 | 0 | 0.74 | 0.48 | 0.14 | 338.65 | 0.7 | 0.54 |
| Hex | DC | 39 | 73 | 0 | 4A | 30 | E | 153 | 46 | 36 |
| Octal | 334 | 71 | 163 | 0 | 112 | 60 | 16 | 523 | 106 | 66 |
| Binary | 11011100 | 111001 | 1110011 | 0 | 1001010 | 110000 | 1110 | 101010011 | 1000110 | 110110 |
Color Harmonies of #DC3973
Complementary color
Monochromatic Colors of #DC3973
Black with #DC3973
Text Example
Text Example
White with #DC3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3973; }
p { color: rgb(220,57,115); }
H1.HeaderClassName
{
color: #DC3973;
}
.AnyTagClassName
{
color: #DC3973;
}
</style>
background-color css
<style>
a { background-color: #DC3973; }
a { background-color: rgb(220,57,115); }
div.DivClassName
{
background-color: #DC3973;
}
.BgClassName
{
background-color: #DC3973;
}
</style>
border-color css
<style>
span { border-color: #DC3973; }
span { border-color: rgb(220,57,115); }
td.TdClassName
{
border-color: #DC3973;
}
.TagClassName
{
border-color: #DC3973;
}
</style>