Shades of Cerise #DB265A
Tints of Cerise #DB265A
RGB
CMYK
RGB Variations
Color information
#DB265A (or 0xDB265A) is known color: Cerise. HEX triplet: DB, 26 and 5A. RGB value is (219,38,90). Sum of RGB (Red+Green+Blue) = 219+38+90=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB265A is #24D9A5. Grayscale: #626262. Windows color (decimal): -2415014 or 5908187. OLE color: 5908187.
HSL color Cylindrical-coordinate representation of color #DB265A: hue angle of 342.76º 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 #DB265A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 90 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.14 |
| HSL | 342.76º | 0.72% | 0.5% | - |
| HSV(B) | 342.76º | 0.83% | 0.86% | - |
| XYZ | 31.75 | 17.18 | 11.32 | - |
| YUV | 98.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 90 | 0 | 0.83 | 0.59 | 0.14 | 342.76 | 0.72 | 0.5 |
| Hex | DB | 26 | 5A | 0 | 53 | 3B | E | 157 | 48 | 32 |
| Octal | 333 | 46 | 132 | 0 | 123 | 73 | 16 | 527 | 110 | 62 |
| Binary | 11011011 | 100110 | 1011010 | 0 | 1010011 | 111011 | 1110 | 101010111 | 1001000 | 110010 |
Color Harmonies of #DB265A
Complementary color
Monochromatic Colors of #DB265A
Black with #DB265A
Text Example
Text Example
White with #DB265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB265A; }
p { color: rgb(219,38,90); }
H1.HeaderClassName
{
color: #DB265A;
}
.AnyTagClassName
{
color: #DB265A;
}
</style>
background-color css
<style>
a { background-color: #DB265A; }
a { background-color: rgb(219,38,90); }
div.DivClassName
{
background-color: #DB265A;
}
.BgClassName
{
background-color: #DB265A;
}
</style>
border-color css
<style>
span { border-color: #DB265A; }
span { border-color: rgb(219,38,90); }
td.TdClassName
{
border-color: #DB265A;
}
.TagClassName
{
border-color: #DB265A;
}
</style>