Shades of Cerise #DC3870
Tints of Cerise #DC3870
RGB
CMYK
RGB Variations
Color information
#DC3870 (or 0xDC3870) is known color: Cerise. HEX triplet: DC, 38 and 70. RGB value is (220,56,112). Sum of RGB (Red+Green+Blue) = 220+56+112=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3870 is #23C78F. Grayscale: #6F6F6F. Windows color (decimal): -2344848 or 7354588. OLE color: 7354588.
HSL color Cylindrical-coordinate representation of color #DC3870: hue angle of 339.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3870 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 112 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.14 |
| HSL | 339.51º | 0.7% | 0.54% | - |
| HSV(B) | 339.51º | 0.75% | 0.86% | - |
| XYZ | 33.85 | 19.21 | 17.25 | - |
| YUV | 111.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 112 | 0 | 0.75 | 0.49 | 0.14 | 339.51 | 0.7 | 0.54 |
| Hex | DC | 38 | 70 | 0 | 4B | 31 | E | 154 | 46 | 36 |
| Octal | 334 | 70 | 160 | 0 | 113 | 61 | 16 | 524 | 106 | 66 |
| Binary | 11011100 | 111000 | 1110000 | 0 | 1001011 | 110001 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DC3870
Complementary color
Monochromatic Colors of #DC3870
Black with #DC3870
Text Example
Text Example
White with #DC3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3870; }
p { color: rgb(220,56,112); }
H1.HeaderClassName
{
color: #DC3870;
}
.AnyTagClassName
{
color: #DC3870;
}
</style>
background-color css
<style>
a { background-color: #DC3870; }
a { background-color: rgb(220,56,112); }
div.DivClassName
{
background-color: #DC3870;
}
.BgClassName
{
background-color: #DC3870;
}
</style>
border-color css
<style>
span { border-color: #DC3870; }
span { border-color: rgb(220,56,112); }
td.TdClassName
{
border-color: #DC3870;
}
.TagClassName
{
border-color: #DC3870;
}
</style>