Shades of Deep Cerise #DB297B
Tints of Deep Cerise #DB297B
RGB
CMYK
RGB Variations
Color information
#DB297B (or 0xDB297B) is known color: Deep Cerise. HEX triplet: DB, 29 and 7B. RGB value is (219,41,123). Sum of RGB (Red+Green+Blue) = 219+41+123=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB297B is #24D684. Grayscale: #676767. Windows color (decimal): -2414213 or 8071643. OLE color: 8071643.
HSL color Cylindrical-coordinate representation of color #DB297B: hue angle of 332.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB297B is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 123 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.14 |
| HSL | 332.36º | 0.71% | 0.51% | - |
| HSV(B) | 332.36º | 0.81% | 0.86% | - |
| XYZ | 33.58 | 18.08 | 20.46 | - |
| YUV | 103.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 123 | 0 | 0.81 | 0.44 | 0.14 | 332.36 | 0.71 | 0.51 |
| Hex | DB | 29 | 7B | 0 | 51 | 2C | E | 14C | 47 | 33 |
| Octal | 333 | 51 | 173 | 0 | 121 | 54 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 101001 | 1111011 | 0 | 1010001 | 101100 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB297B
Complementary color
Monochromatic Colors of #DB297B
Black with #DB297B
Text Example
Text Example
White with #DB297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB297B; }
p { color: rgb(219,41,123); }
H1.HeaderClassName
{
color: #DB297B;
}
.AnyTagClassName
{
color: #DB297B;
}
</style>
background-color css
<style>
a { background-color: #DB297B; }
a { background-color: rgb(219,41,123); }
div.DivClassName
{
background-color: #DB297B;
}
.BgClassName
{
background-color: #DB297B;
}
</style>
border-color css
<style>
span { border-color: #DB297B; }
span { border-color: rgb(219,41,123); }
td.TdClassName
{
border-color: #DB297B;
}
.TagClassName
{
border-color: #DB297B;
}
</style>