Shades of Cerise #DA295B
Tints of Cerise #DA295B
RGB
CMYK
RGB Variations
Color information
#DA295B (or 0xDA295B) is known color: Cerise. HEX triplet: DA, 29 and 5B. RGB value is (218,41,91). Sum of RGB (Red+Green+Blue) = 218+41+91=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA295B is #25D6A4. Grayscale: #636363. Windows color (decimal): -2479781 or 5974490. OLE color: 5974490.
HSL color Cylindrical-coordinate representation of color #DA295B: hue angle of 343.05º 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 #DA295B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 91 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.15 |
| HSL | 343.05º | 0.71% | 0.51% | - |
| HSV(B) | 343.05º | 0.81% | 0.85% | - |
| XYZ | 31.59 | 17.25 | 11.56 | - |
| YUV | 99.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 91 | 0 | 0.81 | 0.58 | 0.15 | 343.05 | 0.71 | 0.51 |
| Hex | DA | 29 | 5B | 0 | 51 | 3A | F | 157 | 47 | 33 |
| Octal | 332 | 51 | 133 | 0 | 121 | 72 | 17 | 527 | 107 | 63 |
| Binary | 11011010 | 101001 | 1011011 | 0 | 1010001 | 111010 | 1111 | 101010111 | 1000111 | 110011 |
Color Harmonies of #DA295B
Complementary color
Monochromatic Colors of #DA295B
Black with #DA295B
Text Example
Text Example
White with #DA295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA295B; }
p { color: rgb(218,41,91); }
H1.HeaderClassName
{
color: #DA295B;
}
.AnyTagClassName
{
color: #DA295B;
}
</style>
background-color css
<style>
a { background-color: #DA295B; }
a { background-color: rgb(218,41,91); }
div.DivClassName
{
background-color: #DA295B;
}
.BgClassName
{
background-color: #DA295B;
}
</style>
border-color css
<style>
span { border-color: #DA295B; }
span { border-color: rgb(218,41,91); }
td.TdClassName
{
border-color: #DA295B;
}
.TagClassName
{
border-color: #DA295B;
}
</style>