Shades of Cerise #DB265D
Tints of Cerise #DB265D
RGB
CMYK
RGB Variations
Color information
#DB265D (or 0xDB265D) is known color: Cerise. HEX triplet: DB, 26 and 5D. RGB value is (219,38,93). Sum of RGB (Red+Green+Blue) = 219+38+93=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB265D is #24D9A2. Grayscale: #626262. Windows color (decimal): -2415011 or 6104795. OLE color: 6104795.
HSL color Cylindrical-coordinate representation of color #DB265D: hue angle of 341.77º 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 #DB265D is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 93 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.14 |
| HSL | 341.77º | 0.72% | 0.5% | - |
| HSV(B) | 341.77º | 0.83% | 0.86% | - |
| XYZ | 31.88 | 17.24 | 12 | - |
| YUV | 98.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 93 | 0 | 0.83 | 0.58 | 0.14 | 341.77 | 0.72 | 0.5 |
| Hex | DB | 26 | 5D | 0 | 53 | 3A | E | 156 | 48 | 32 |
| Octal | 333 | 46 | 135 | 0 | 123 | 72 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100110 | 1011101 | 0 | 1010011 | 111010 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB265D
Complementary color
Monochromatic Colors of #DB265D
Black with #DB265D
Text Example
Text Example
White with #DB265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB265D; }
p { color: rgb(219,38,93); }
H1.HeaderClassName
{
color: #DB265D;
}
.AnyTagClassName
{
color: #DB265D;
}
</style>
background-color css
<style>
a { background-color: #DB265D; }
a { background-color: rgb(219,38,93); }
div.DivClassName
{
background-color: #DB265D;
}
.BgClassName
{
background-color: #DB265D;
}
</style>
border-color css
<style>
span { border-color: #DB265D; }
span { border-color: rgb(219,38,93); }
td.TdClassName
{
border-color: #DB265D;
}
.TagClassName
{
border-color: #DB265D;
}
</style>