Shades of Cerise #DA2260
Tints of Cerise #DA2260
RGB
CMYK
RGB Variations
Color information
#DA2260 (or 0xDA2260) is known color: Cerise. HEX triplet: DA, 22 and 60. RGB value is (218,34,96). Sum of RGB (Red+Green+Blue) = 218+34+96=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2260 is #25DD9F. Grayscale: #606060. Windows color (decimal): -2481568 or 6300378. OLE color: 6300378.
HSL color Cylindrical-coordinate representation of color #DA2260: hue angle of 339.78º 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 #DA2260 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 96 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.15 |
| HSL | 339.78º | 0.73% | 0.49% | - |
| HSV(B) | 339.78º | 0.84% | 0.85% | - |
| XYZ | 31.6 | 16.89 | 12.66 | - |
| YUV | 96.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 96 | 0 | 0.84 | 0.56 | 0.15 | 339.78 | 0.73 | 0.49 |
| Hex | DA | 22 | 60 | 0 | 54 | 38 | F | 154 | 49 | 31 |
| Octal | 332 | 42 | 140 | 0 | 124 | 70 | 17 | 524 | 111 | 61 |
| Binary | 11011010 | 100010 | 1100000 | 0 | 1010100 | 111000 | 1111 | 101010100 | 1001001 | 110001 |
Color Harmonies of #DA2260
Complementary color
Monochromatic Colors of #DA2260
Black with #DA2260
Text Example
Text Example
White with #DA2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2260; }
p { color: rgb(218,34,96); }
H1.HeaderClassName
{
color: #DA2260;
}
.AnyTagClassName
{
color: #DA2260;
}
</style>
background-color css
<style>
a { background-color: #DA2260; }
a { background-color: rgb(218,34,96); }
div.DivClassName
{
background-color: #DA2260;
}
.BgClassName
{
background-color: #DA2260;
}
</style>
border-color css
<style>
span { border-color: #DA2260; }
span { border-color: rgb(218,34,96); }
td.TdClassName
{
border-color: #DA2260;
}
.TagClassName
{
border-color: #DA2260;
}
</style>