Shades of Cerise #DA225B
Tints of Cerise #DA225B
RGB
CMYK
RGB Variations
Color information
#DA225B (or 0xDA225B) is known color: Cerise. HEX triplet: DA, 22 and 5B. RGB value is (218,34,91). Sum of RGB (Red+Green+Blue) = 218+34+91=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA225B is #25DDA4. Grayscale: #5F5F5F. Windows color (decimal): -2481573 or 5972698. OLE color: 5972698.
HSL color Cylindrical-coordinate representation of color #DA225B: hue angle of 341.41º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA225B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 91 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.15 |
| HSL | 341.41º | 0.73% | 0.49% | - |
| HSV(B) | 341.41º | 0.84% | 0.85% | - |
| XYZ | 31.37 | 16.8 | 11.49 | - |
| YUV | 95.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 91 | 0 | 0.84 | 0.58 | 0.15 | 341.41 | 0.73 | 0.49 |
| Hex | DA | 22 | 5B | 0 | 54 | 3A | F | 155 | 49 | 31 |
| Octal | 332 | 42 | 133 | 0 | 124 | 72 | 17 | 525 | 111 | 61 |
| Binary | 11011010 | 100010 | 1011011 | 0 | 1010100 | 111010 | 1111 | 101010101 | 1001001 | 110001 |
Color Harmonies of #DA225B
Complementary color
Monochromatic Colors of #DA225B
Black with #DA225B
Text Example
Text Example
White with #DA225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA225B; }
p { color: rgb(218,34,91); }
H1.HeaderClassName
{
color: #DA225B;
}
.AnyTagClassName
{
color: #DA225B;
}
</style>
background-color css
<style>
a { background-color: #DA225B; }
a { background-color: rgb(218,34,91); }
div.DivClassName
{
background-color: #DA225B;
}
.BgClassName
{
background-color: #DA225B;
}
</style>
border-color css
<style>
span { border-color: #DA225B; }
span { border-color: rgb(218,34,91); }
td.TdClassName
{
border-color: #DA225B;
}
.TagClassName
{
border-color: #DA225B;
}
</style>