Shades of Cerise #DC3964
Tints of Cerise #DC3964
RGB
CMYK
RGB Variations
Color information
#DC3964 (or 0xDC3964) is known color: Cerise. HEX triplet: DC, 39 and 64. RGB value is (220,57,100). Sum of RGB (Red+Green+Blue) = 220+57+100=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3964 is #23C69B. Grayscale: #6E6E6E. Windows color (decimal): -2344604 or 6568412. OLE color: 6568412.
HSL color Cylindrical-coordinate representation of color #DC3964: hue angle of 344.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3964 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 100 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.14 |
| HSL | 344.17º | 0.7% | 0.54% | - |
| HSV(B) | 344.17º | 0.74% | 0.86% | - |
| XYZ | 33.28 | 19.06 | 13.98 | - |
| YUV | 110.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 100 | 0 | 0.74 | 0.55 | 0.14 | 344.17 | 0.7 | 0.54 |
| Hex | DC | 39 | 64 | 0 | 4A | 37 | E | 158 | 46 | 36 |
| Octal | 334 | 71 | 144 | 0 | 112 | 67 | 16 | 530 | 106 | 66 |
| Binary | 11011100 | 111001 | 1100100 | 0 | 1001010 | 110111 | 1110 | 101011000 | 1000110 | 110110 |
Color Harmonies of #DC3964
Complementary color
Monochromatic Colors of #DC3964
Black with #DC3964
Text Example
Text Example
White with #DC3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3964; }
p { color: rgb(220,57,100); }
H1.HeaderClassName
{
color: #DC3964;
}
.AnyTagClassName
{
color: #DC3964;
}
</style>
background-color css
<style>
a { background-color: #DC3964; }
a { background-color: rgb(220,57,100); }
div.DivClassName
{
background-color: #DC3964;
}
.BgClassName
{
background-color: #DC3964;
}
</style>
border-color css
<style>
span { border-color: #DC3964; }
span { border-color: rgb(220,57,100); }
td.TdClassName
{
border-color: #DC3964;
}
.TagClassName
{
border-color: #DC3964;
}
</style>