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