Shades of Cerise #DC2661
Tints of Cerise #DC2661
RGB
CMYK
RGB Variations
Color information
#DC2661 (or 0xDC2661) is known color: Cerise. HEX triplet: DC, 26 and 61. RGB value is (220,38,97). Sum of RGB (Red+Green+Blue) = 220+38+97=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2661 is #23D99E. Grayscale: #636363. Windows color (decimal): -2349471 or 6366940. OLE color: 6366940.
HSL color Cylindrical-coordinate representation of color #DC2661: hue angle of 340.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2661 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 97 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.14 |
| HSL | 340.55º | 0.72% | 0.51% | - |
| HSV(B) | 340.55º | 0.83% | 0.86% | - |
| XYZ | 32.37 | 17.46 | 12.97 | - |
| YUV | 99.14 | 126.8 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 97 | 0 | 0.83 | 0.56 | 0.14 | 340.55 | 0.72 | 0.51 |
| Hex | DC | 26 | 61 | 0 | 53 | 38 | E | 155 | 48 | 33 |
| Octal | 334 | 46 | 141 | 0 | 123 | 70 | 16 | 525 | 110 | 63 |
| Binary | 11011100 | 100110 | 1100001 | 0 | 1010011 | 111000 | 1110 | 101010101 | 1001000 | 110011 |
Color Harmonies of #DC2661
Complementary color
Monochromatic Colors of #DC2661
Black with #DC2661
Text Example
Text Example
White with #DC2661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2661; }
p { color: rgb(220,38,97); }
H1.HeaderClassName
{
color: #DC2661;
}
.AnyTagClassName
{
color: #DC2661;
}
</style>
background-color css
<style>
a { background-color: #DC2661; }
a { background-color: rgb(220,38,97); }
div.DivClassName
{
background-color: #DC2661;
}
.BgClassName
{
background-color: #DC2661;
}
</style>
border-color css
<style>
span { border-color: #DC2661; }
span { border-color: rgb(220,38,97); }
td.TdClassName
{
border-color: #DC2661;
}
.TagClassName
{
border-color: #DC2661;
}
</style>