Shades of Cerise #DB2763
Tints of Cerise #DB2763
RGB
CMYK
RGB Variations
Color information
#DB2763 (or 0xDB2763) is known color: Cerise. HEX triplet: DB, 27 and 63. RGB value is (219,39,99). Sum of RGB (Red+Green+Blue) = 219+39+99=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2763 is #24D89C. Grayscale: #636363. Windows color (decimal): -2414749 or 6498267. OLE color: 6498267.
HSL color Cylindrical-coordinate representation of color #DB2763: hue angle of 340º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2763 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 99 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.14 |
| HSL | 340º | 0.71% | 0.51% | - |
| HSV(B) | 340º | 0.82% | 0.86% | - |
| XYZ | 32.19 | 17.41 | 13.47 | - |
| YUV | 99.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 99 | 0 | 0.82 | 0.55 | 0.14 | 340 | 0.71 | 0.51 |
| Hex | DB | 27 | 63 | 0 | 52 | 37 | E | 154 | 47 | 33 |
| Octal | 333 | 47 | 143 | 0 | 122 | 67 | 16 | 524 | 107 | 63 |
| Binary | 11011011 | 100111 | 1100011 | 0 | 1010010 | 110111 | 1110 | 101010100 | 1000111 | 110011 |
Color Harmonies of #DB2763
Complementary color
Monochromatic Colors of #DB2763
Black with #DB2763
Text Example
Text Example
White with #DB2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2763; }
p { color: rgb(219,39,99); }
H1.HeaderClassName
{
color: #DB2763;
}
.AnyTagClassName
{
color: #DB2763;
}
</style>
background-color css
<style>
a { background-color: #DB2763; }
a { background-color: rgb(219,39,99); }
div.DivClassName
{
background-color: #DB2763;
}
.BgClassName
{
background-color: #DB2763;
}
</style>
border-color css
<style>
span { border-color: #DB2763; }
span { border-color: rgb(219,39,99); }
td.TdClassName
{
border-color: #DB2763;
}
.TagClassName
{
border-color: #DB2763;
}
</style>