Shades of Cerise #DA296B
Tints of Cerise #DA296B
RGB
CMYK
RGB Variations
Color information
#DA296B (or 0xDA296B) is known color: Cerise. HEX triplet: DA, 29 and 6B. RGB value is (218,41,107). Sum of RGB (Red+Green+Blue) = 218+41+107=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA296B is #25D694. Grayscale: #656565. Windows color (decimal): -2479765 or 7023066. OLE color: 7023066.
HSL color Cylindrical-coordinate representation of color #DA296B: hue angle of 337.63º 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 #DA296B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 107 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.15 |
| HSL | 337.63º | 0.71% | 0.51% | - |
| HSV(B) | 337.63º | 0.81% | 0.85% | - |
| XYZ | 32.36 | 17.55 | 15.59 | - |
| YUV | 101.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 107 | 0 | 0.81 | 0.51 | 0.15 | 337.63 | 0.71 | 0.51 |
| Hex | DA | 29 | 6B | 0 | 51 | 33 | F | 152 | 47 | 33 |
| Octal | 332 | 51 | 153 | 0 | 121 | 63 | 17 | 522 | 107 | 63 |
| Binary | 11011010 | 101001 | 1101011 | 0 | 1010001 | 110011 | 1111 | 101010010 | 1000111 | 110011 |
Color Harmonies of #DA296B
Complementary color
Monochromatic Colors of #DA296B
Black with #DA296B
Text Example
Text Example
White with #DA296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA296B; }
p { color: rgb(218,41,107); }
H1.HeaderClassName
{
color: #DA296B;
}
.AnyTagClassName
{
color: #DA296B;
}
</style>
background-color css
<style>
a { background-color: #DA296B; }
a { background-color: rgb(218,41,107); }
div.DivClassName
{
background-color: #DA296B;
}
.BgClassName
{
background-color: #DA296B;
}
</style>
border-color css
<style>
span { border-color: #DA296B; }
span { border-color: rgb(218,41,107); }
td.TdClassName
{
border-color: #DA296B;
}
.TagClassName
{
border-color: #DA296B;
}
</style>