Shades of Cerise #DC2864
Tints of Cerise #DC2864
RGB
CMYK
RGB Variations
Color information
#DC2864 (or 0xDC2864) is known color: Cerise. HEX triplet: DC, 28 and 64. RGB value is (220,40,100). Sum of RGB (Red+Green+Blue) = 220+40+100=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2864 is #23D79B. Grayscale: #646464. Windows color (decimal): -2348956 or 6564060. OLE color: 6564060.
HSL color Cylindrical-coordinate representation of color #DC2864: hue angle of 340º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2864 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 100 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.14 |
| HSL | 340º | 0.72% | 0.51% | - |
| HSV(B) | 340º | 0.82% | 0.86% | - |
| XYZ | 32.57 | 17.65 | 13.75 | - |
| YUV | 100.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 100 | 0 | 0.82 | 0.55 | 0.14 | 340 | 0.72 | 0.51 |
| Hex | DC | 28 | 64 | 0 | 52 | 37 | E | 154 | 48 | 33 |
| Octal | 334 | 50 | 144 | 0 | 122 | 67 | 16 | 524 | 110 | 63 |
| Binary | 11011100 | 101000 | 1100100 | 0 | 1010010 | 110111 | 1110 | 101010100 | 1001000 | 110011 |
Color Harmonies of #DC2864
Complementary color
Monochromatic Colors of #DC2864
Black with #DC2864
Text Example
Text Example
White with #DC2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2864; }
p { color: rgb(220,40,100); }
H1.HeaderClassName
{
color: #DC2864;
}
.AnyTagClassName
{
color: #DC2864;
}
</style>
background-color css
<style>
a { background-color: #DC2864; }
a { background-color: rgb(220,40,100); }
div.DivClassName
{
background-color: #DC2864;
}
.BgClassName
{
background-color: #DC2864;
}
</style>
border-color css
<style>
span { border-color: #DC2864; }
span { border-color: rgb(220,40,100); }
td.TdClassName
{
border-color: #DC2864;
}
.TagClassName
{
border-color: #DC2864;
}
</style>