Shades of Cerise #DA245B
Tints of Cerise #DA245B
RGB
CMYK
RGB Variations
Color information
#DA245B (or 0xDA245B) is known color: Cerise. HEX triplet: DA, 24 and 5B. RGB value is (218,36,91). Sum of RGB (Red+Green+Blue) = 218+36+91=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA245B is #25DBA4. Grayscale: #606060. Windows color (decimal): -2481061 or 5973210. OLE color: 5973210.
HSL color Cylindrical-coordinate representation of color #DA245B: hue angle of 341.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA245B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 91 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 341.87º | 0.72% | 0.5% | - |
| HSV(B) | 341.87º | 0.83% | 0.85% | - |
| XYZ | 31.43 | 16.92 | 11.51 | - |
| YUV | 96.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 91 | 0 | 0.83 | 0.58 | 0.15 | 341.87 | 0.72 | 0.5 |
| Hex | DA | 24 | 5B | 0 | 53 | 3A | F | 156 | 48 | 32 |
| Octal | 332 | 44 | 133 | 0 | 123 | 72 | 17 | 526 | 110 | 62 |
| Binary | 11011010 | 100100 | 1011011 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DA245B
Complementary color
Monochromatic Colors of #DA245B
Black with #DA245B
Text Example
Text Example
White with #DA245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA245B; }
p { color: rgb(218,36,91); }
H1.HeaderClassName
{
color: #DA245B;
}
.AnyTagClassName
{
color: #DA245B;
}
</style>
background-color css
<style>
a { background-color: #DA245B; }
a { background-color: rgb(218,36,91); }
div.DivClassName
{
background-color: #DA245B;
}
.BgClassName
{
background-color: #DA245B;
}
</style>
border-color css
<style>
span { border-color: #DA245B; }
span { border-color: rgb(218,36,91); }
td.TdClassName
{
border-color: #DA245B;
}
.TagClassName
{
border-color: #DA245B;
}
</style>