Shades of Cerise #DC3158
Tints of Cerise #DC3158
RGB
CMYK
RGB Variations
Color information
#DC3158 (or 0xDC3158) is known color: Cerise. HEX triplet: DC, 31 and 58. RGB value is (220,49,88). Sum of RGB (Red+Green+Blue) = 220+49+88=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3158 is #23CEA7. Grayscale: #686868. Windows color (decimal): -2346664 or 5779932. OLE color: 5779932.
HSL color Cylindrical-coordinate representation of color #DC3158: hue angle of 346.32º 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 #DC3158 is Cyan = 0, Magento = 0.78, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 88 | - |
| CMYK | 0 | 0.78 | 0.6 | 0.14 |
| HSL | 346.32º | 0.71% | 0.53% | - |
| HSV(B) | 346.32º | 0.78% | 0.86% | - |
| XYZ | 32.37 | 18.12 | 11.02 | - |
| YUV | 104.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 88 | 0 | 0.78 | 0.6 | 0.14 | 346.32 | 0.71 | 0.53 |
| Hex | DC | 31 | 58 | 0 | 4E | 3C | E | 15A | 47 | 35 |
| Octal | 334 | 61 | 130 | 0 | 116 | 74 | 16 | 532 | 107 | 65 |
| Binary | 11011100 | 110001 | 1011000 | 0 | 1001110 | 111100 | 1110 | 101011010 | 1000111 | 110101 |
Color Harmonies of #DC3158
Complementary color
Monochromatic Colors of #DC3158
Black with #DC3158
Text Example
Text Example
White with #DC3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3158; }
p { color: rgb(220,49,88); }
H1.HeaderClassName
{
color: #DC3158;
}
.AnyTagClassName
{
color: #DC3158;
}
</style>
background-color css
<style>
a { background-color: #DC3158; }
a { background-color: rgb(220,49,88); }
div.DivClassName
{
background-color: #DC3158;
}
.BgClassName
{
background-color: #DC3158;
}
</style>
border-color css
<style>
span { border-color: #DC3158; }
span { border-color: rgb(220,49,88); }
td.TdClassName
{
border-color: #DC3158;
}
.TagClassName
{
border-color: #DC3158;
}
</style>