Shades of Cerise #DA2763
Tints of Cerise #DA2763
RGB
CMYK
RGB Variations
Color information
#DA2763 (or 0xDA2763) is known color: Cerise. HEX triplet: DA, 27 and 63. RGB value is (218,39,99). Sum of RGB (Red+Green+Blue) = 218+39+99=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2763 is #25D89C. Grayscale: #636363. Windows color (decimal): -2480285 or 6498266. OLE color: 6498266.
HSL color Cylindrical-coordinate representation of color #DA2763: hue angle of 339.89º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2763 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 99 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.15 |
| HSL | 339.89º | 0.71% | 0.5% | - |
| HSV(B) | 339.89º | 0.82% | 0.85% | - |
| XYZ | 31.89 | 17.26 | 13.45 | - |
| YUV | 99.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 99 | 0 | 0.82 | 0.55 | 0.15 | 339.89 | 0.71 | 0.5 |
| Hex | DA | 27 | 63 | 0 | 52 | 37 | F | 154 | 47 | 32 |
| Octal | 332 | 47 | 143 | 0 | 122 | 67 | 17 | 524 | 107 | 62 |
| Binary | 11011010 | 100111 | 1100011 | 0 | 1010010 | 110111 | 1111 | 101010100 | 1000111 | 110010 |
Color Harmonies of #DA2763
Complementary color
Monochromatic Colors of #DA2763
Black with #DA2763
Text Example
Text Example
White with #DA2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2763; }
p { color: rgb(218,39,99); }
H1.HeaderClassName
{
color: #DA2763;
}
.AnyTagClassName
{
color: #DA2763;
}
</style>
background-color css
<style>
a { background-color: #DA2763; }
a { background-color: rgb(218,39,99); }
div.DivClassName
{
background-color: #DA2763;
}
.BgClassName
{
background-color: #DA2763;
}
</style>
border-color css
<style>
span { border-color: #DA2763; }
span { border-color: rgb(218,39,99); }
td.TdClassName
{
border-color: #DA2763;
}
.TagClassName
{
border-color: #DA2763;
}
</style>