Shades of Cerise #DB2F5B
Tints of Cerise #DB2F5B
RGB
CMYK
RGB Variations
Color information
#DB2F5B (or 0xDB2F5B) is known color: Cerise. HEX triplet: DB, 2F and 5B. RGB value is (219,47,91). Sum of RGB (Red+Green+Blue) = 219+47+91=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F5B is #24D0A4. Grayscale: #676767. Windows color (decimal): -2412709 or 5976027. OLE color: 5976027.
HSL color Cylindrical-coordinate representation of color #DB2F5B: hue angle of 344.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F5B is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 91 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.14 |
| HSL | 344.65º | 0.7% | 0.52% | - |
| HSV(B) | 344.65º | 0.79% | 0.86% | - |
| XYZ | 32.12 | 17.85 | 11.65 | - |
| YUV | 103.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 91 | 0 | 0.79 | 0.58 | 0.14 | 344.65 | 0.7 | 0.52 |
| Hex | DB | 2F | 5B | 0 | 4F | 3A | E | 159 | 46 | 34 |
| Octal | 333 | 57 | 133 | 0 | 117 | 72 | 16 | 531 | 106 | 64 |
| Binary | 11011011 | 101111 | 1011011 | 0 | 1001111 | 111010 | 1110 | 101011001 | 1000110 | 110100 |
Color Harmonies of #DB2F5B
Complementary color
Monochromatic Colors of #DB2F5B
Black with #DB2F5B
Text Example
Text Example
White with #DB2F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F5B; }
p { color: rgb(219,47,91); }
H1.HeaderClassName
{
color: #DB2F5B;
}
.AnyTagClassName
{
color: #DB2F5B;
}
</style>
background-color css
<style>
a { background-color: #DB2F5B; }
a { background-color: rgb(219,47,91); }
div.DivClassName
{
background-color: #DB2F5B;
}
.BgClassName
{
background-color: #DB2F5B;
}
</style>
border-color css
<style>
span { border-color: #DB2F5B; }
span { border-color: rgb(219,47,91); }
td.TdClassName
{
border-color: #DB2F5B;
}
.TagClassName
{
border-color: #DB2F5B;
}
</style>