Shades of Cerise #DC3871
Tints of Cerise #DC3871
RGB
CMYK
RGB Variations
Color information
#DC3871 (or 0xDC3871) is known color: Cerise. HEX triplet: DC, 38 and 71. RGB value is (220,56,113). Sum of RGB (Red+Green+Blue) = 220+56+113=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3871 is #23C78E. Grayscale: #6F6F6F. Windows color (decimal): -2344847 or 7420124. OLE color: 7420124.
HSL color Cylindrical-coordinate representation of color #DC3871: hue angle of 339.15º 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 #DC3871 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 113 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.14 |
| HSL | 339.15º | 0.7% | 0.54% | - |
| HSV(B) | 339.15º | 0.75% | 0.86% | - |
| XYZ | 33.91 | 19.24 | 17.55 | - |
| YUV | 111.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 113 | 0 | 0.75 | 0.49 | 0.14 | 339.15 | 0.7 | 0.54 |
| Hex | DC | 38 | 71 | 0 | 4B | 31 | E | 153 | 46 | 36 |
| Octal | 334 | 70 | 161 | 0 | 113 | 61 | 16 | 523 | 106 | 66 |
| Binary | 11011100 | 111000 | 1110001 | 0 | 1001011 | 110001 | 1110 | 101010011 | 1000110 | 110110 |
Color Harmonies of #DC3871
Complementary color
Monochromatic Colors of #DC3871
Black with #DC3871
Text Example
Text Example
White with #DC3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3871; }
p { color: rgb(220,56,113); }
H1.HeaderClassName
{
color: #DC3871;
}
.AnyTagClassName
{
color: #DC3871;
}
</style>
background-color css
<style>
a { background-color: #DC3871; }
a { background-color: rgb(220,56,113); }
div.DivClassName
{
background-color: #DC3871;
}
.BgClassName
{
background-color: #DC3871;
}
</style>
border-color css
<style>
span { border-color: #DC3871; }
span { border-color: rgb(220,56,113); }
td.TdClassName
{
border-color: #DC3871;
}
.TagClassName
{
border-color: #DC3871;
}
</style>