Shades of Cerise #DC2365
Tints of Cerise #DC2365
RGB
CMYK
RGB Variations
Color information
#DC2365 (or 0xDC2365) is known color: Cerise. HEX triplet: DC, 23 and 65. RGB value is (220,35,101). Sum of RGB (Red+Green+Blue) = 220+35+101=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2365 is #23DC9A. Grayscale: #616161. Windows color (decimal): -2350235 or 6628316. OLE color: 6628316.
HSL color Cylindrical-coordinate representation of color #DC2365: hue angle of 338.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2365 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 101 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.14 |
| HSL | 338.59º | 0.73% | 0.5% | - |
| HSV(B) | 338.59º | 0.84% | 0.86% | - |
| XYZ | 32.47 | 17.36 | 13.95 | - |
| YUV | 97.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 101 | 0 | 0.84 | 0.54 | 0.14 | 338.59 | 0.73 | 0.5 |
| Hex | DC | 23 | 65 | 0 | 54 | 36 | E | 153 | 49 | 32 |
| Octal | 334 | 43 | 145 | 0 | 124 | 66 | 16 | 523 | 111 | 62 |
| Binary | 11011100 | 100011 | 1100101 | 0 | 1010100 | 110110 | 1110 | 101010011 | 1001001 | 110010 |
Color Harmonies of #DC2365
Complementary color
Monochromatic Colors of #DC2365
Black with #DC2365
Text Example
Text Example
White with #DC2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2365; }
p { color: rgb(220,35,101); }
H1.HeaderClassName
{
color: #DC2365;
}
.AnyTagClassName
{
color: #DC2365;
}
</style>
background-color css
<style>
a { background-color: #DC2365; }
a { background-color: rgb(220,35,101); }
div.DivClassName
{
background-color: #DC2365;
}
.BgClassName
{
background-color: #DC2365;
}
</style>
border-color css
<style>
span { border-color: #DC2365; }
span { border-color: rgb(220,35,101); }
td.TdClassName
{
border-color: #DC2365;
}
.TagClassName
{
border-color: #DC2365;
}
</style>