Shades of Cerise #DC4159
Tints of Cerise #DC4159
RGB
CMYK
RGB Variations
Color information
#DC4159 (or 0xDC4159) is known color: Cerise. HEX triplet: DC, 41 and 59. RGB value is (220,65,89). Sum of RGB (Red+Green+Blue) = 220+65+89=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4159 is #23BEA6. Grayscale: #727272. Windows color (decimal): -2342567 or 5849564. OLE color: 5849564.
HSL color Cylindrical-coordinate representation of color #DC4159: hue angle of 350.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4159 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 89 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.14 |
| HSL | 350.71º | 0.69% | 0.56% | - |
| HSV(B) | 350.71º | 0.7% | 0.86% | - |
| XYZ | 33.21 | 19.72 | 11.51 | - |
| YUV | 114.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 89 | 0 | 0.70 | 0.60 | 0.14 | 350.71 | 0.69 | 0.56 |
| Hex | DC | 41 | 59 | 0 | 46 | 3C | E | 15F | 45 | 38 |
| Octal | 334 | 101 | 131 | 0 | 106 | 74 | 16 | 537 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1011001 | 0 | 1000110 | 111100 | 1110 | 101011111 | 1000101 | 111000 |
Color Harmonies of #DC4159
Complementary color
Monochromatic Colors of #DC4159
Black with #DC4159
Text Example
Text Example
White with #DC4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4159; }
p { color: rgb(220,65,89); }
H1.HeaderClassName
{
color: #DC4159;
}
.AnyTagClassName
{
color: #DC4159;
}
</style>
background-color css
<style>
a { background-color: #DC4159; }
a { background-color: rgb(220,65,89); }
div.DivClassName
{
background-color: #DC4159;
}
.BgClassName
{
background-color: #DC4159;
}
</style>
border-color css
<style>
span { border-color: #DC4159; }
span { border-color: rgb(220,65,89); }
td.TdClassName
{
border-color: #DC4159;
}
.TagClassName
{
border-color: #DC4159;
}
</style>