Shades of Deep Cerise #DB1D7A
Tints of Deep Cerise #DB1D7A
RGB
CMYK
RGB Variations
Color information
#DB1D7A (or 0xDB1D7A) is known color: Deep Cerise. HEX triplet: DB, 1D and 7A. RGB value is (219,29,122). Sum of RGB (Red+Green+Blue) = 219+29+122=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1D7A is #24E285. Grayscale: #606060. Windows color (decimal): -2417286 or 8003035. OLE color: 8003035.
HSL color Cylindrical-coordinate representation of color #DB1D7A: hue angle of 330.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D7A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 122 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.14 |
| HSL | 330.63º | 0.77% | 0.49% | - |
| HSV(B) | 330.63º | 0.87% | 0.86% | - |
| XYZ | 33.17 | 17.34 | 20.01 | - |
| YUV | 96.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 122 | 0 | 0.87 | 0.44 | 0.14 | 330.63 | 0.77 | 0.49 |
| Hex | DB | 1D | 7A | 0 | 57 | 2C | E | 14B | 4D | 31 |
| Octal | 333 | 35 | 172 | 0 | 127 | 54 | 16 | 513 | 115 | 61 |
| Binary | 11011011 | 11101 | 1111010 | 0 | 1010111 | 101100 | 1110 | 101001011 | 1001101 | 110001 |
Color Harmonies of #DB1D7A
Complementary color
Monochromatic Colors of #DB1D7A
Black with #DB1D7A
Text Example
Text Example
White with #DB1D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D7A; }
p { color: rgb(219,29,122); }
H1.HeaderClassName
{
color: #DB1D7A;
}
.AnyTagClassName
{
color: #DB1D7A;
}
</style>
background-color css
<style>
a { background-color: #DB1D7A; }
a { background-color: rgb(219,29,122); }
div.DivClassName
{
background-color: #DB1D7A;
}
.BgClassName
{
background-color: #DB1D7A;
}
</style>
border-color css
<style>
span { border-color: #DB1D7A; }
span { border-color: rgb(219,29,122); }
td.TdClassName
{
border-color: #DB1D7A;
}
.TagClassName
{
border-color: #DB1D7A;
}
</style>