Shades of Cerise #DC2261
Tints of Cerise #DC2261
RGB
CMYK
RGB Variations
Color information
#DC2261 (or 0xDC2261) is known color: Cerise. HEX triplet: DC, 22 and 61. RGB value is (220,34,97). Sum of RGB (Red+Green+Blue) = 220+34+97=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2261 is #23DD9E. Grayscale: #606060. Windows color (decimal): -2350495 or 6365916. OLE color: 6365916.
HSL color Cylindrical-coordinate representation of color #DC2261: hue angle of 339.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2261 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 97 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.14 |
| HSL | 339.68º | 0.73% | 0.5% | - |
| HSV(B) | 339.68º | 0.85% | 0.86% | - |
| XYZ | 32.24 | 17.22 | 12.93 | - |
| YUV | 96.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 97 | 0 | 0.85 | 0.56 | 0.14 | 339.68 | 0.73 | 0.5 |
| Hex | DC | 22 | 61 | 0 | 55 | 38 | E | 154 | 49 | 32 |
| Octal | 334 | 42 | 141 | 0 | 125 | 70 | 16 | 524 | 111 | 62 |
| Binary | 11011100 | 100010 | 1100001 | 0 | 1010101 | 111000 | 1110 | 101010100 | 1001001 | 110010 |
Color Harmonies of #DC2261
Complementary color
Monochromatic Colors of #DC2261
Black with #DC2261
Text Example
Text Example
White with #DC2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2261; }
p { color: rgb(220,34,97); }
H1.HeaderClassName
{
color: #DC2261;
}
.AnyTagClassName
{
color: #DC2261;
}
</style>
background-color css
<style>
a { background-color: #DC2261; }
a { background-color: rgb(220,34,97); }
div.DivClassName
{
background-color: #DC2261;
}
.BgClassName
{
background-color: #DC2261;
}
</style>
border-color css
<style>
span { border-color: #DC2261; }
span { border-color: rgb(220,34,97); }
td.TdClassName
{
border-color: #DC2261;
}
.TagClassName
{
border-color: #DC2261;
}
</style>