Shades of Cerise #DA2861
Tints of Cerise #DA2861
RGB
CMYK
RGB Variations
Color information
#DA2861 (or 0xDA2861) is known color: Cerise. HEX triplet: DA, 28 and 61. RGB value is (218,40,97). Sum of RGB (Red+Green+Blue) = 218+40+97=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2861 is #25D79E. Grayscale: #636363. Windows color (decimal): -2480031 or 6367450. OLE color: 6367450.
HSL color Cylindrical-coordinate representation of color #DA2861: hue angle of 340.79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2861 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 97 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.15 |
| HSL | 340.79º | 0.71% | 0.51% | - |
| HSV(B) | 340.79º | 0.82% | 0.85% | - |
| XYZ | 31.83 | 17.29 | 12.97 | - |
| YUV | 99.72 | 126.47 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 97 | 0 | 0.82 | 0.56 | 0.15 | 340.79 | 0.71 | 0.51 |
| Hex | DA | 28 | 61 | 0 | 52 | 38 | F | 155 | 47 | 33 |
| Octal | 332 | 50 | 141 | 0 | 122 | 70 | 17 | 525 | 107 | 63 |
| Binary | 11011010 | 101000 | 1100001 | 0 | 1010010 | 111000 | 1111 | 101010101 | 1000111 | 110011 |
Color Harmonies of #DA2861
Complementary color
Monochromatic Colors of #DA2861
Black with #DA2861
Text Example
Text Example
White with #DA2861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2861; }
p { color: rgb(218,40,97); }
H1.HeaderClassName
{
color: #DA2861;
}
.AnyTagClassName
{
color: #DA2861;
}
</style>
background-color css
<style>
a { background-color: #DA2861; }
a { background-color: rgb(218,40,97); }
div.DivClassName
{
background-color: #DA2861;
}
.BgClassName
{
background-color: #DA2861;
}
</style>
border-color css
<style>
span { border-color: #DA2861; }
span { border-color: rgb(218,40,97); }
td.TdClassName
{
border-color: #DA2861;
}
.TagClassName
{
border-color: #DA2861;
}
</style>