Shades of Deep Cerise #DB1F87
Tints of Deep Cerise #DB1F87
RGB
CMYK
RGB Variations
Color information
#DB1F87 (or 0xDB1F87) is known color: Deep Cerise. HEX triplet: DB, 1F and 87. RGB value is (219,31,135). Sum of RGB (Red+Green+Blue) = 219+31+135=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F87 is #24E078. Grayscale: #626262. Windows color (decimal): -2416761 or 8855515. OLE color: 8855515.
HSL color Cylindrical-coordinate representation of color #DB1F87: hue angle of 326.81º 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 #DB1F87 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 135 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.14 |
| HSL | 326.81º | 0.75% | 0.49% | - |
| HSV(B) | 326.81º | 0.86% | 0.86% | - |
| XYZ | 34.08 | 17.79 | 24.56 | - |
| YUV | 99.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 135 | 0 | 0.86 | 0.38 | 0.14 | 326.81 | 0.75 | 0.49 |
| Hex | DB | 1F | 87 | 0 | 56 | 26 | E | 147 | 4B | 31 |
| Octal | 333 | 37 | 207 | 0 | 126 | 46 | 16 | 507 | 113 | 61 |
| Binary | 11011011 | 11111 | 10000111 | 0 | 1010110 | 100110 | 1110 | 101000111 | 1001011 | 110001 |
Color Harmonies of #DB1F87
Complementary color
Monochromatic Colors of #DB1F87
Black with #DB1F87
Text Example
Text Example
White with #DB1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F87; }
p { color: rgb(219,31,135); }
H1.HeaderClassName
{
color: #DB1F87;
}
.AnyTagClassName
{
color: #DB1F87;
}
</style>
background-color css
<style>
a { background-color: #DB1F87; }
a { background-color: rgb(219,31,135); }
div.DivClassName
{
background-color: #DB1F87;
}
.BgClassName
{
background-color: #DB1F87;
}
</style>
border-color css
<style>
span { border-color: #DB1F87; }
span { border-color: rgb(219,31,135); }
td.TdClassName
{
border-color: #DB1F87;
}
.TagClassName
{
border-color: #DB1F87;
}
</style>