Shades of Cerise #DA296E
Tints of Cerise #DA296E
RGB
CMYK
RGB Variations
Color information
#DA296E (or 0xDA296E) is known color: Cerise. HEX triplet: DA, 29 and 6E. RGB value is (218,41,110). Sum of RGB (Red+Green+Blue) = 218+41+110=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA296E is #25D691. Grayscale: #656565. Windows color (decimal): -2479762 or 7219674. OLE color: 7219674.
HSL color Cylindrical-coordinate representation of color #DA296E: hue angle of 336.61º 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 #DA296E is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 110 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.15 |
| HSL | 336.61º | 0.71% | 0.51% | - |
| HSV(B) | 336.61º | 0.81% | 0.85% | - |
| XYZ | 32.52 | 17.62 | 16.44 | - |
| YUV | 101.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 110 | 0 | 0.81 | 0.50 | 0.15 | 336.61 | 0.71 | 0.51 |
| Hex | DA | 29 | 6E | 0 | 51 | 32 | F | 151 | 47 | 33 |
| Octal | 332 | 51 | 156 | 0 | 121 | 62 | 17 | 521 | 107 | 63 |
| Binary | 11011010 | 101001 | 1101110 | 0 | 1010001 | 110010 | 1111 | 101010001 | 1000111 | 110011 |
Color Harmonies of #DA296E
Complementary color
Monochromatic Colors of #DA296E
Black with #DA296E
Text Example
Text Example
White with #DA296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA296E; }
p { color: rgb(218,41,110); }
H1.HeaderClassName
{
color: #DA296E;
}
.AnyTagClassName
{
color: #DA296E;
}
</style>
background-color css
<style>
a { background-color: #DA296E; }
a { background-color: rgb(218,41,110); }
div.DivClassName
{
background-color: #DA296E;
}
.BgClassName
{
background-color: #DA296E;
}
</style>
border-color css
<style>
span { border-color: #DA296E; }
span { border-color: rgb(218,41,110); }
td.TdClassName
{
border-color: #DA296E;
}
.TagClassName
{
border-color: #DA296E;
}
</style>