Shades of Deep Cerise #DB1F77
Tints of Deep Cerise #DB1F77
RGB
CMYK
RGB Variations
Color information
#DB1F77 (or 0xDB1F77) is known color: Deep Cerise. HEX triplet: DB, 1F and 77. RGB value is (219,31,119). Sum of RGB (Red+Green+Blue) = 219+31+119=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F77 is #24E088. Grayscale: #616161. Windows color (decimal): -2416777 or 7806939. OLE color: 7806939.
HSL color Cylindrical-coordinate representation of color #DB1F77: hue angle of 331.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F77 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 119 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.14 |
| HSL | 331.91º | 0.75% | 0.49% | - |
| HSV(B) | 331.91º | 0.86% | 0.86% | - |
| XYZ | 33.03 | 17.37 | 19.06 | - |
| YUV | 97.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 119 | 0 | 0.86 | 0.46 | 0.14 | 331.91 | 0.75 | 0.49 |
| Hex | DB | 1F | 77 | 0 | 56 | 2E | E | 14C | 4B | 31 |
| Octal | 333 | 37 | 167 | 0 | 126 | 56 | 16 | 514 | 113 | 61 |
| Binary | 11011011 | 11111 | 1110111 | 0 | 1010110 | 101110 | 1110 | 101001100 | 1001011 | 110001 |
Color Harmonies of #DB1F77
Complementary color
Monochromatic Colors of #DB1F77
Black with #DB1F77
Text Example
Text Example
White with #DB1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F77; }
p { color: rgb(219,31,119); }
H1.HeaderClassName
{
color: #DB1F77;
}
.AnyTagClassName
{
color: #DB1F77;
}
</style>
background-color css
<style>
a { background-color: #DB1F77; }
a { background-color: rgb(219,31,119); }
div.DivClassName
{
background-color: #DB1F77;
}
.BgClassName
{
background-color: #DB1F77;
}
</style>
border-color css
<style>
span { border-color: #DB1F77; }
span { border-color: rgb(219,31,119); }
td.TdClassName
{
border-color: #DB1F77;
}
.TagClassName
{
border-color: #DB1F77;
}
</style>