Shades of Cerise #DC2465
Tints of Cerise #DC2465
RGB
CMYK
RGB Variations
Color information
#DC2465 (or 0xDC2465) is known color: Cerise. HEX triplet: DC, 24 and 65. RGB value is (220,36,101). Sum of RGB (Red+Green+Blue) = 220+36+101=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2465 is #23DB9A. Grayscale: #626262. Windows color (decimal): -2349979 or 6628572. OLE color: 6628572.
HSL color Cylindrical-coordinate representation of color #DC2465: hue angle of 338.8º degrees, saturation: 0.72, 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 #DC2465 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 101 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.14 |
| HSL | 338.8º | 0.72% | 0.5% | - |
| HSV(B) | 338.8º | 0.84% | 0.86% | - |
| XYZ | 32.5 | 17.42 | 13.96 | - |
| YUV | 98.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 101 | 0 | 0.84 | 0.54 | 0.14 | 338.8 | 0.72 | 0.5 |
| Hex | DC | 24 | 65 | 0 | 54 | 36 | E | 153 | 48 | 32 |
| Octal | 334 | 44 | 145 | 0 | 124 | 66 | 16 | 523 | 110 | 62 |
| Binary | 11011100 | 100100 | 1100101 | 0 | 1010100 | 110110 | 1110 | 101010011 | 1001000 | 110010 |
Color Harmonies of #DC2465
Complementary color
Monochromatic Colors of #DC2465
Black with #DC2465
Text Example
Text Example
White with #DC2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2465; }
p { color: rgb(220,36,101); }
H1.HeaderClassName
{
color: #DC2465;
}
.AnyTagClassName
{
color: #DC2465;
}
</style>
background-color css
<style>
a { background-color: #DC2465; }
a { background-color: rgb(220,36,101); }
div.DivClassName
{
background-color: #DC2465;
}
.BgClassName
{
background-color: #DC2465;
}
</style>
border-color css
<style>
span { border-color: #DC2465; }
span { border-color: rgb(220,36,101); }
td.TdClassName
{
border-color: #DC2465;
}
.TagClassName
{
border-color: #DC2465;
}
</style>