Shades of Cerise #DB276E
Tints of Cerise #DB276E
RGB
CMYK
RGB Variations
Color information
#DB276E (or 0xDB276E) is known color: Cerise. HEX triplet: DB, 27 and 6E. RGB value is (219,39,110). Sum of RGB (Red+Green+Blue) = 219+39+110=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB276E is #24D891. Grayscale: #646464. Windows color (decimal): -2414738 or 7219163. OLE color: 7219163.
HSL color Cylindrical-coordinate representation of color #DB276E: hue angle of 336.33º 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 #DB276E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 110 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.14 |
| HSL | 336.33º | 0.71% | 0.51% | - |
| HSV(B) | 336.33º | 0.82% | 0.86% | - |
| XYZ | 32.75 | 17.64 | 16.43 | - |
| YUV | 100.91 | 133.13 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 110 | 0 | 0.82 | 0.50 | 0.14 | 336.33 | 0.71 | 0.51 |
| Hex | DB | 27 | 6E | 0 | 52 | 32 | E | 150 | 47 | 33 |
| Octal | 333 | 47 | 156 | 0 | 122 | 62 | 16 | 520 | 107 | 63 |
| Binary | 11011011 | 100111 | 1101110 | 0 | 1010010 | 110010 | 1110 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DB276E
Complementary color
Monochromatic Colors of #DB276E
Black with #DB276E
Text Example
Text Example
White with #DB276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB276E; }
p { color: rgb(219,39,110); }
H1.HeaderClassName
{
color: #DB276E;
}
.AnyTagClassName
{
color: #DB276E;
}
</style>
background-color css
<style>
a { background-color: #DB276E; }
a { background-color: rgb(219,39,110); }
div.DivClassName
{
background-color: #DB276E;
}
.BgClassName
{
background-color: #DB276E;
}
</style>
border-color css
<style>
span { border-color: #DB276E; }
span { border-color: rgb(219,39,110); }
td.TdClassName
{
border-color: #DB276E;
}
.TagClassName
{
border-color: #DB276E;
}
</style>