Shades of Cerise #DA4159
Tints of Cerise #DA4159
RGB
CMYK
RGB Variations
Color information
#DA4159 (or 0xDA4159) is known color: Cerise. HEX triplet: DA, 41 and 59. RGB value is (218,65,89). Sum of RGB (Red+Green+Blue) = 218+65+89=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4159 is #25BEA6. Grayscale: #717171. Windows color (decimal): -2473639 or 5849562. OLE color: 5849562.
HSL color Cylindrical-coordinate representation of color #DA4159: hue angle of 350.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4159 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 89 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.15 |
| HSL | 350.59º | 0.67% | 0.55% | - |
| HSV(B) | 350.59º | 0.7% | 0.85% | - |
| XYZ | 32.61 | 19.41 | 11.48 | - |
| YUV | 113.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 89 | 0 | 0.70 | 0.59 | 0.15 | 350.59 | 0.67 | 0.55 |
| Hex | DA | 41 | 59 | 0 | 46 | 3B | F | 15F | 43 | 37 |
| Octal | 332 | 101 | 131 | 0 | 106 | 73 | 17 | 537 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1011001 | 0 | 1000110 | 111011 | 1111 | 101011111 | 1000011 | 110111 |
Color Harmonies of #DA4159
Complementary color
Monochromatic Colors of #DA4159
Black with #DA4159
Text Example
Text Example
White with #DA4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4159; }
p { color: rgb(218,65,89); }
H1.HeaderClassName
{
color: #DA4159;
}
.AnyTagClassName
{
color: #DA4159;
}
</style>
background-color css
<style>
a { background-color: #DA4159; }
a { background-color: rgb(218,65,89); }
div.DivClassName
{
background-color: #DA4159;
}
.BgClassName
{
background-color: #DA4159;
}
</style>
border-color css
<style>
span { border-color: #DA4159; }
span { border-color: rgb(218,65,89); }
td.TdClassName
{
border-color: #DA4159;
}
.TagClassName
{
border-color: #DA4159;
}
</style>