Shades of Cerise #DC4064
Tints of Cerise #DC4064
RGB
CMYK
RGB Variations
Color information
#DC4064 (or 0xDC4064) is known color: Cerise. HEX triplet: DC, 40 and 64. RGB value is (220,64,100). Sum of RGB (Red+Green+Blue) = 220+64+100=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4064 is #23BF9B. Grayscale: #727272. Windows color (decimal): -2342812 or 6570204. OLE color: 6570204.
HSL color Cylindrical-coordinate representation of color #DC4064: hue angle of 346.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4064 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 100 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.14 |
| HSL | 346.15º | 0.69% | 0.56% | - |
| HSV(B) | 346.15º | 0.71% | 0.86% | - |
| XYZ | 33.65 | 19.8 | 14.11 | - |
| YUV | 114.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 100 | 0 | 0.71 | 0.55 | 0.14 | 346.15 | 0.69 | 0.56 |
| Hex | DC | 40 | 64 | 0 | 47 | 37 | E | 15A | 45 | 38 |
| Octal | 334 | 100 | 144 | 0 | 107 | 67 | 16 | 532 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1100100 | 0 | 1000111 | 110111 | 1110 | 101011010 | 1000101 | 111000 |
Color Harmonies of #DC4064
Complementary color
Monochromatic Colors of #DC4064
Black with #DC4064
Text Example
Text Example
White with #DC4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4064; }
p { color: rgb(220,64,100); }
H1.HeaderClassName
{
color: #DC4064;
}
.AnyTagClassName
{
color: #DC4064;
}
</style>
background-color css
<style>
a { background-color: #DC4064; }
a { background-color: rgb(220,64,100); }
div.DivClassName
{
background-color: #DC4064;
}
.BgClassName
{
background-color: #DC4064;
}
</style>
border-color css
<style>
span { border-color: #DC4064; }
span { border-color: rgb(220,64,100); }
td.TdClassName
{
border-color: #DC4064;
}
.TagClassName
{
border-color: #DC4064;
}
</style>