Shades of Cerise #DB276C
Tints of Cerise #DB276C
RGB
CMYK
RGB Variations
Color information
#DB276C (or 0xDB276C) is known color: Cerise. HEX triplet: DB, 27 and 6C. RGB value is (219,39,108). Sum of RGB (Red+Green+Blue) = 219+39+108=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB276C is #24D893. Grayscale: #646464. Windows color (decimal): -2414740 or 7088091. OLE color: 7088091.
HSL color Cylindrical-coordinate representation of color #DB276C: hue angle of 337º 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 #DB276C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 108 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.14 |
| HSL | 337º | 0.71% | 0.51% | - |
| HSV(B) | 337º | 0.82% | 0.86% | - |
| XYZ | 32.65 | 17.59 | 15.86 | - |
| YUV | 100.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 108 | 0 | 0.82 | 0.51 | 0.14 | 337 | 0.71 | 0.51 |
| Hex | DB | 27 | 6C | 0 | 52 | 33 | E | 151 | 47 | 33 |
| Octal | 333 | 47 | 154 | 0 | 122 | 63 | 16 | 521 | 107 | 63 |
| Binary | 11011011 | 100111 | 1101100 | 0 | 1010010 | 110011 | 1110 | 101010001 | 1000111 | 110011 |
Color Harmonies of #DB276C
Complementary color
Monochromatic Colors of #DB276C
Black with #DB276C
Text Example
Text Example
White with #DB276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB276C; }
p { color: rgb(219,39,108); }
H1.HeaderClassName
{
color: #DB276C;
}
.AnyTagClassName
{
color: #DB276C;
}
</style>
background-color css
<style>
a { background-color: #DB276C; }
a { background-color: rgb(219,39,108); }
div.DivClassName
{
background-color: #DB276C;
}
.BgClassName
{
background-color: #DB276C;
}
</style>
border-color css
<style>
span { border-color: #DB276C; }
span { border-color: rgb(219,39,108); }
td.TdClassName
{
border-color: #DB276C;
}
.TagClassName
{
border-color: #DB276C;
}
</style>