Shades of Cerise #DB266C
Tints of Cerise #DB266C
RGB
CMYK
RGB Variations
Color information
#DB266C (or 0xDB266C) is known color: Cerise. HEX triplet: DB, 26 and 6C. RGB value is (219,38,108). Sum of RGB (Red+Green+Blue) = 219+38+108=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB266C is #24D993. Grayscale: #646464. Windows color (decimal): -2414996 or 7087835. OLE color: 7087835.
HSL color Cylindrical-coordinate representation of color #DB266C: hue angle of 336.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB266C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 108 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.14 |
| HSL | 336.8º | 0.72% | 0.5% | - |
| HSV(B) | 336.8º | 0.83% | 0.86% | - |
| XYZ | 32.61 | 17.53 | 15.85 | - |
| YUV | 100.1 | 132.47 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 108 | 0 | 0.83 | 0.51 | 0.14 | 336.8 | 0.72 | 0.5 |
| Hex | DB | 26 | 6C | 0 | 53 | 33 | E | 151 | 48 | 32 |
| Octal | 333 | 46 | 154 | 0 | 123 | 63 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100110 | 1101100 | 0 | 1010011 | 110011 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB266C
Complementary color
Monochromatic Colors of #DB266C
Black with #DB266C
Text Example
Text Example
White with #DB266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB266C; }
p { color: rgb(219,38,108); }
H1.HeaderClassName
{
color: #DB266C;
}
.AnyTagClassName
{
color: #DB266C;
}
</style>
background-color css
<style>
a { background-color: #DB266C; }
a { background-color: rgb(219,38,108); }
div.DivClassName
{
background-color: #DB266C;
}
.BgClassName
{
background-color: #DB266C;
}
</style>
border-color css
<style>
span { border-color: #DB266C; }
span { border-color: rgb(219,38,108); }
td.TdClassName
{
border-color: #DB266C;
}
.TagClassName
{
border-color: #DB266C;
}
</style>