Shades of Cerise #DA2863
Tints of Cerise #DA2863
RGB
CMYK
RGB Variations
Color information
#DA2863 (or 0xDA2863) is known color: Cerise. HEX triplet: DA, 28 and 63. RGB value is (218,40,99). Sum of RGB (Red+Green+Blue) = 218+40+99=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2863 is #25D79C. Grayscale: #636363. Windows color (decimal): -2480029 or 6498522. OLE color: 6498522.
HSL color Cylindrical-coordinate representation of color #DA2863: hue angle of 340.11º 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 #DA2863 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 99 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.15 |
| HSL | 340.11º | 0.71% | 0.51% | - |
| HSV(B) | 340.11º | 0.82% | 0.85% | - |
| XYZ | 31.92 | 17.32 | 13.47 | - |
| YUV | 99.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 99 | 0 | 0.82 | 0.55 | 0.15 | 340.11 | 0.71 | 0.51 |
| Hex | DA | 28 | 63 | 0 | 52 | 37 | F | 154 | 47 | 33 |
| Octal | 332 | 50 | 143 | 0 | 122 | 67 | 17 | 524 | 107 | 63 |
| Binary | 11011010 | 101000 | 1100011 | 0 | 1010010 | 110111 | 1111 | 101010100 | 1000111 | 110011 |
Color Harmonies of #DA2863
Complementary color
Monochromatic Colors of #DA2863
Black with #DA2863
Text Example
Text Example
White with #DA2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2863; }
p { color: rgb(218,40,99); }
H1.HeaderClassName
{
color: #DA2863;
}
.AnyTagClassName
{
color: #DA2863;
}
</style>
background-color css
<style>
a { background-color: #DA2863; }
a { background-color: rgb(218,40,99); }
div.DivClassName
{
background-color: #DA2863;
}
.BgClassName
{
background-color: #DA2863;
}
</style>
border-color css
<style>
span { border-color: #DA2863; }
span { border-color: rgb(218,40,99); }
td.TdClassName
{
border-color: #DA2863;
}
.TagClassName
{
border-color: #DA2863;
}
</style>