Shades of Cerise #DB266B
Tints of Cerise #DB266B
RGB
CMYK
RGB Variations
Color information
#DB266B (or 0xDB266B) is known color: Cerise. HEX triplet: DB, 26 and 6B. RGB value is (219,38,107). Sum of RGB (Red+Green+Blue) = 219+38+107=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB266B is #24D994. Grayscale: #636363. Windows color (decimal): -2414997 or 7022299. OLE color: 7022299.
HSL color Cylindrical-coordinate representation of color #DB266B: hue angle of 337.13º 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 #DB266B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 107 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.14 |
| HSL | 337.13º | 0.72% | 0.5% | - |
| HSV(B) | 337.13º | 0.83% | 0.86% | - |
| XYZ | 32.56 | 17.51 | 15.57 | - |
| YUV | 99.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 107 | 0 | 0.83 | 0.51 | 0.14 | 337.13 | 0.72 | 0.5 |
| Hex | DB | 26 | 6B | 0 | 53 | 33 | E | 151 | 48 | 32 |
| Octal | 333 | 46 | 153 | 0 | 123 | 63 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100110 | 1101011 | 0 | 1010011 | 110011 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB266B
Complementary color
Monochromatic Colors of #DB266B
Black with #DB266B
Text Example
Text Example
White with #DB266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB266B; }
p { color: rgb(219,38,107); }
H1.HeaderClassName
{
color: #DB266B;
}
.AnyTagClassName
{
color: #DB266B;
}
</style>
background-color css
<style>
a { background-color: #DB266B; }
a { background-color: rgb(219,38,107); }
div.DivClassName
{
background-color: #DB266B;
}
.BgClassName
{
background-color: #DB266B;
}
</style>
border-color css
<style>
span { border-color: #DB266B; }
span { border-color: rgb(219,38,107); }
td.TdClassName
{
border-color: #DB266B;
}
.TagClassName
{
border-color: #DB266B;
}
</style>