Shades of Cerise #DC3864
Tints of Cerise #DC3864
RGB
CMYK
RGB Variations
Color information
#DC3864 (or 0xDC3864) is known color: Cerise. HEX triplet: DC, 38 and 64. RGB value is (220,56,100). Sum of RGB (Red+Green+Blue) = 220+56+100=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3864 is #23C79B. Grayscale: #6E6E6E. Windows color (decimal): -2344860 or 6568156. OLE color: 6568156.
HSL color Cylindrical-coordinate representation of color #DC3864: hue angle of 343.9º 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 #DC3864 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 100 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.14 |
| HSL | 343.9º | 0.7% | 0.54% | - |
| HSV(B) | 343.9º | 0.75% | 0.86% | - |
| XYZ | 33.23 | 18.96 | 13.97 | - |
| YUV | 110.05 | 122.33 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 100 | 0 | 0.75 | 0.55 | 0.14 | 343.9 | 0.7 | 0.54 |
| Hex | DC | 38 | 64 | 0 | 4B | 37 | E | 158 | 46 | 36 |
| Octal | 334 | 70 | 144 | 0 | 113 | 67 | 16 | 530 | 106 | 66 |
| Binary | 11011100 | 111000 | 1100100 | 0 | 1001011 | 110111 | 1110 | 101011000 | 1000110 | 110110 |
Color Harmonies of #DC3864
Complementary color
Monochromatic Colors of #DC3864
Black with #DC3864
Text Example
Text Example
White with #DC3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3864; }
p { color: rgb(220,56,100); }
H1.HeaderClassName
{
color: #DC3864;
}
.AnyTagClassName
{
color: #DC3864;
}
</style>
background-color css
<style>
a { background-color: #DC3864; }
a { background-color: rgb(220,56,100); }
div.DivClassName
{
background-color: #DC3864;
}
.BgClassName
{
background-color: #DC3864;
}
</style>
border-color css
<style>
span { border-color: #DC3864; }
span { border-color: rgb(220,56,100); }
td.TdClassName
{
border-color: #DC3864;
}
.TagClassName
{
border-color: #DC3864;
}
</style>