Shades of Cerise #DA295E
Tints of Cerise #DA295E
RGB
CMYK
RGB Variations
Color information
#DA295E (or 0xDA295E) is known color: Cerise. HEX triplet: DA, 29 and 5E. RGB value is (218,41,94). Sum of RGB (Red+Green+Blue) = 218+41+94=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA295E is #25D6A1. Grayscale: #636363. Windows color (decimal): -2479778 or 6171098. OLE color: 6171098.
HSL color Cylindrical-coordinate representation of color #DA295E: hue angle of 342.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA295E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 94 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.15 |
| HSL | 342.03º | 0.71% | 0.51% | - |
| HSV(B) | 342.03º | 0.81% | 0.85% | - |
| XYZ | 31.73 | 17.3 | 12.26 | - |
| YUV | 99.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 94 | 0 | 0.81 | 0.57 | 0.15 | 342.03 | 0.71 | 0.51 |
| Hex | DA | 29 | 5E | 0 | 51 | 39 | F | 156 | 47 | 33 |
| Octal | 332 | 51 | 136 | 0 | 121 | 71 | 17 | 526 | 107 | 63 |
| Binary | 11011010 | 101001 | 1011110 | 0 | 1010001 | 111001 | 1111 | 101010110 | 1000111 | 110011 |
Color Harmonies of #DA295E
Complementary color
Monochromatic Colors of #DA295E
Black with #DA295E
Text Example
Text Example
White with #DA295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA295E; }
p { color: rgb(218,41,94); }
H1.HeaderClassName
{
color: #DA295E;
}
.AnyTagClassName
{
color: #DA295E;
}
</style>
background-color css
<style>
a { background-color: #DA295E; }
a { background-color: rgb(218,41,94); }
div.DivClassName
{
background-color: #DA295E;
}
.BgClassName
{
background-color: #DA295E;
}
</style>
border-color css
<style>
span { border-color: #DA295E; }
span { border-color: rgb(218,41,94); }
td.TdClassName
{
border-color: #DA295E;
}
.TagClassName
{
border-color: #DA295E;
}
</style>