Shades of Cerise #DC3259
Tints of Cerise #DC3259
RGB
CMYK
RGB Variations
Color information
#DC3259 (or 0xDC3259) is known color: Cerise. HEX triplet: DC, 32 and 59. RGB value is (220,50,89). Sum of RGB (Red+Green+Blue) = 220+50+89=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3259 is #23CDA6. Grayscale: #696969. Windows color (decimal): -2346407 or 5845724. OLE color: 5845724.
HSL color Cylindrical-coordinate representation of color #DC3259: hue angle of 346.24º 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 #DC3259 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 89 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.14 |
| HSL | 346.24º | 0.71% | 0.53% | - |
| HSV(B) | 346.24º | 0.77% | 0.86% | - |
| XYZ | 32.46 | 18.22 | 11.26 | - |
| YUV | 105.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 89 | 0 | 0.77 | 0.60 | 0.14 | 346.24 | 0.71 | 0.53 |
| Hex | DC | 32 | 59 | 0 | 4D | 3C | E | 15A | 47 | 35 |
| Octal | 334 | 62 | 131 | 0 | 115 | 74 | 16 | 532 | 107 | 65 |
| Binary | 11011100 | 110010 | 1011001 | 0 | 1001101 | 111100 | 1110 | 101011010 | 1000111 | 110101 |
Color Harmonies of #DC3259
Complementary color
Monochromatic Colors of #DC3259
Black with #DC3259
Text Example
Text Example
White with #DC3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3259; }
p { color: rgb(220,50,89); }
H1.HeaderClassName
{
color: #DC3259;
}
.AnyTagClassName
{
color: #DC3259;
}
</style>
background-color css
<style>
a { background-color: #DC3259; }
a { background-color: rgb(220,50,89); }
div.DivClassName
{
background-color: #DC3259;
}
.BgClassName
{
background-color: #DC3259;
}
</style>
border-color css
<style>
span { border-color: #DC3259; }
span { border-color: rgb(220,50,89); }
td.TdClassName
{
border-color: #DC3259;
}
.TagClassName
{
border-color: #DC3259;
}
</style>