Shades of Cerise #DB425B
Tints of Cerise #DB425B
RGB
CMYK
RGB Variations
Color information
#DB425B (or 0xDB425B) is known color: Cerise. HEX triplet: DB, 42 and 5B. RGB value is (219,66,91). Sum of RGB (Red+Green+Blue) = 219+66+91=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB425B is #24BDA4. Grayscale: #727272. Windows color (decimal): -2407845 or 5980891. OLE color: 5980891.
HSL color Cylindrical-coordinate representation of color #DB425B: hue angle of 350.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB425B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 91 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.14 |
| HSL | 350.2º | 0.68% | 0.56% | - |
| HSV(B) | 350.2º | 0.7% | 0.86% | - |
| XYZ | 33.05 | 19.71 | 11.96 | - |
| YUV | 114.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 91 | 0 | 0.70 | 0.58 | 0.14 | 350.2 | 0.68 | 0.56 |
| Hex | DB | 42 | 5B | 0 | 46 | 3A | E | 15E | 44 | 38 |
| Octal | 333 | 102 | 133 | 0 | 106 | 72 | 16 | 536 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1011011 | 0 | 1000110 | 111010 | 1110 | 101011110 | 1000100 | 111000 |
Color Harmonies of #DB425B
Complementary color
Monochromatic Colors of #DB425B
Black with #DB425B
Text Example
Text Example
White with #DB425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB425B; }
p { color: rgb(219,66,91); }
H1.HeaderClassName
{
color: #DB425B;
}
.AnyTagClassName
{
color: #DB425B;
}
</style>
background-color css
<style>
a { background-color: #DB425B; }
a { background-color: rgb(219,66,91); }
div.DivClassName
{
background-color: #DB425B;
}
.BgClassName
{
background-color: #DB425B;
}
</style>
border-color css
<style>
span { border-color: #DB425B; }
span { border-color: rgb(219,66,91); }
td.TdClassName
{
border-color: #DB425B;
}
.TagClassName
{
border-color: #DB425B;
}
</style>