Shades of Cerise #DC3261
Tints of Cerise #DC3261
RGB
CMYK
RGB Variations
Color information
#DC3261 (or 0xDC3261) is known color: Cerise. HEX triplet: DC, 32 and 61. RGB value is (220,50,97). Sum of RGB (Red+Green+Blue) = 220+50+97=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3261 is #23CD9E. Grayscale: #6A6A6A. Windows color (decimal): -2346399 or 6370012. OLE color: 6370012.
HSL color Cylindrical-coordinate representation of color #DC3261: hue angle of 343.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3261 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 97 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.14 |
| HSL | 343.41º | 0.71% | 0.53% | - |
| HSV(B) | 343.41º | 0.77% | 0.86% | - |
| XYZ | 32.81 | 18.36 | 13.12 | - |
| YUV | 106.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 97 | 0 | 0.77 | 0.56 | 0.14 | 343.41 | 0.71 | 0.53 |
| Hex | DC | 32 | 61 | 0 | 4D | 38 | E | 157 | 47 | 35 |
| Octal | 334 | 62 | 141 | 0 | 115 | 70 | 16 | 527 | 107 | 65 |
| Binary | 11011100 | 110010 | 1100001 | 0 | 1001101 | 111000 | 1110 | 101010111 | 1000111 | 110101 |
Color Harmonies of #DC3261
Complementary color
Monochromatic Colors of #DC3261
Black with #DC3261
Text Example
Text Example
White with #DC3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3261; }
p { color: rgb(220,50,97); }
H1.HeaderClassName
{
color: #DC3261;
}
.AnyTagClassName
{
color: #DC3261;
}
</style>
background-color css
<style>
a { background-color: #DC3261; }
a { background-color: rgb(220,50,97); }
div.DivClassName
{
background-color: #DC3261;
}
.BgClassName
{
background-color: #DC3261;
}
</style>
border-color css
<style>
span { border-color: #DC3261; }
span { border-color: rgb(220,50,97); }
td.TdClassName
{
border-color: #DC3261;
}
.TagClassName
{
border-color: #DC3261;
}
</style>