Shades of Cerise #DC3874
Tints of Cerise #DC3874
RGB
CMYK
RGB Variations
Color information
#DC3874 (or 0xDC3874) is known color: Cerise. HEX triplet: DC, 38 and 74. RGB value is (220,56,116). Sum of RGB (Red+Green+Blue) = 220+56+116=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3874 is #23C78B. Grayscale: #6F6F6F. Windows color (decimal): -2344844 or 7616732. OLE color: 7616732.
HSL color Cylindrical-coordinate representation of color #DC3874: hue angle of 338.05º 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 #DC3874 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 116 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.14 |
| HSL | 338.05º | 0.7% | 0.54% | - |
| HSV(B) | 338.05º | 0.75% | 0.86% | - |
| XYZ | 34.08 | 19.3 | 18.45 | - |
| YUV | 111.88 | 130.33 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 116 | 0 | 0.75 | 0.47 | 0.14 | 338.05 | 0.7 | 0.54 |
| Hex | DC | 38 | 74 | 0 | 4B | 2F | E | 152 | 46 | 36 |
| Octal | 334 | 70 | 164 | 0 | 113 | 57 | 16 | 522 | 106 | 66 |
| Binary | 11011100 | 111000 | 1110100 | 0 | 1001011 | 101111 | 1110 | 101010010 | 1000110 | 110110 |
Color Harmonies of #DC3874
Complementary color
Monochromatic Colors of #DC3874
Black with #DC3874
Text Example
Text Example
White with #DC3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3874; }
p { color: rgb(220,56,116); }
H1.HeaderClassName
{
color: #DC3874;
}
.AnyTagClassName
{
color: #DC3874;
}
</style>
background-color css
<style>
a { background-color: #DC3874; }
a { background-color: rgb(220,56,116); }
div.DivClassName
{
background-color: #DC3874;
}
.BgClassName
{
background-color: #DC3874;
}
</style>
border-color css
<style>
span { border-color: #DC3874; }
span { border-color: rgb(220,56,116); }
td.TdClassName
{
border-color: #DC3874;
}
.TagClassName
{
border-color: #DC3874;
}
</style>