Shades of Cerise #DC2765
Tints of Cerise #DC2765
RGB
CMYK
RGB Variations
Color information
#DC2765 (or 0xDC2765) is known color: Cerise. HEX triplet: DC, 27 and 65. RGB value is (220,39,101). Sum of RGB (Red+Green+Blue) = 220+39+101=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2765 is #23D89A. Grayscale: #646464. Windows color (decimal): -2349211 or 6629340. OLE color: 6629340.
HSL color Cylindrical-coordinate representation of color #DC2765: hue angle of 339.45º 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 #DC2765 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 101 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.14 |
| HSL | 339.45º | 0.72% | 0.51% | - |
| HSV(B) | 339.45º | 0.82% | 0.86% | - |
| XYZ | 32.59 | 17.61 | 13.99 | - |
| YUV | 100.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 101 | 0 | 0.82 | 0.54 | 0.14 | 339.45 | 0.72 | 0.51 |
| Hex | DC | 27 | 65 | 0 | 52 | 36 | E | 153 | 48 | 33 |
| Octal | 334 | 47 | 145 | 0 | 122 | 66 | 16 | 523 | 110 | 63 |
| Binary | 11011100 | 100111 | 1100101 | 0 | 1010010 | 110110 | 1110 | 101010011 | 1001000 | 110011 |
Color Harmonies of #DC2765
Complementary color
Monochromatic Colors of #DC2765
Black with #DC2765
Text Example
Text Example
White with #DC2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2765; }
p { color: rgb(220,39,101); }
H1.HeaderClassName
{
color: #DC2765;
}
.AnyTagClassName
{
color: #DC2765;
}
</style>
background-color css
<style>
a { background-color: #DC2765; }
a { background-color: rgb(220,39,101); }
div.DivClassName
{
background-color: #DC2765;
}
.BgClassName
{
background-color: #DC2765;
}
</style>
border-color css
<style>
span { border-color: #DC2765; }
span { border-color: rgb(220,39,101); }
td.TdClassName
{
border-color: #DC2765;
}
.TagClassName
{
border-color: #DC2765;
}
</style>