Shades of Cerise #DC2865
Tints of Cerise #DC2865
RGB
CMYK
RGB Variations
Color information
#DC2865 (or 0xDC2865) is known color: Cerise. HEX triplet: DC, 28 and 65. RGB value is (220,40,101). Sum of RGB (Red+Green+Blue) = 220+40+101=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2865 is #23D79A. Grayscale: #646464. Windows color (decimal): -2348955 or 6629596. OLE color: 6629596.
HSL color Cylindrical-coordinate representation of color #DC2865: hue angle of 339.67º 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 #DC2865 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 101 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.14 |
| HSL | 339.67º | 0.72% | 0.51% | - |
| HSV(B) | 339.67º | 0.82% | 0.86% | - |
| XYZ | 32.62 | 17.67 | 14 | - |
| YUV | 100.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 101 | 0 | 0.82 | 0.54 | 0.14 | 339.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 65 | 0 | 52 | 36 | E | 154 | 48 | 33 |
| Octal | 334 | 50 | 145 | 0 | 122 | 66 | 16 | 524 | 110 | 63 |
| Binary | 11011100 | 101000 | 1100101 | 0 | 1010010 | 110110 | 1110 | 101010100 | 1001000 | 110011 |
Color Harmonies of #DC2865
Complementary color
Monochromatic Colors of #DC2865
Black with #DC2865
Text Example
Text Example
White with #DC2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2865; }
p { color: rgb(220,40,101); }
H1.HeaderClassName
{
color: #DC2865;
}
.AnyTagClassName
{
color: #DC2865;
}
</style>
background-color css
<style>
a { background-color: #DC2865; }
a { background-color: rgb(220,40,101); }
div.DivClassName
{
background-color: #DC2865;
}
.BgClassName
{
background-color: #DC2865;
}
</style>
border-color css
<style>
span { border-color: #DC2865; }
span { border-color: rgb(220,40,101); }
td.TdClassName
{
border-color: #DC2865;
}
.TagClassName
{
border-color: #DC2865;
}
</style>