Shades of Deep Cerise #DB1F95
Tints of Deep Cerise #DB1F95
RGB
CMYK
RGB Variations
Color information
#DB1F95 (or 0xDB1F95) is known color: Deep Cerise. HEX triplet: DB, 1F and 95. RGB value is (219,31,149). Sum of RGB (Red+Green+Blue) = 219+31+149=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F95 is #24E06A. Grayscale: #646464. Windows color (decimal): -2416747 or 9773019. OLE color: 9773019.
HSL color Cylindrical-coordinate representation of color #DB1F95: hue angle of 322.34º 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 #DB1F95 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 149 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.14 |
| HSL | 322.34º | 0.75% | 0.49% | - |
| HSV(B) | 322.34º | 0.86% | 0.86% | - |
| XYZ | 35.13 | 18.21 | 30.1 | - |
| YUV | 100.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 149 | 0 | 0.86 | 0.32 | 0.14 | 322.34 | 0.75 | 0.49 |
| Hex | DB | 1F | 95 | 0 | 56 | 20 | E | 142 | 4B | 31 |
| Octal | 333 | 37 | 225 | 0 | 126 | 40 | 16 | 502 | 113 | 61 |
| Binary | 11011011 | 11111 | 10010101 | 0 | 1010110 | 100000 | 1110 | 101000010 | 1001011 | 110001 |
Color Harmonies of #DB1F95
Complementary color
Monochromatic Colors of #DB1F95
Black with #DB1F95
Text Example
Text Example
White with #DB1F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F95; }
p { color: rgb(219,31,149); }
H1.HeaderClassName
{
color: #DB1F95;
}
.AnyTagClassName
{
color: #DB1F95;
}
</style>
background-color css
<style>
a { background-color: #DB1F95; }
a { background-color: rgb(219,31,149); }
div.DivClassName
{
background-color: #DB1F95;
}
.BgClassName
{
background-color: #DB1F95;
}
</style>
border-color css
<style>
span { border-color: #DB1F95; }
span { border-color: rgb(219,31,149); }
td.TdClassName
{
border-color: #DB1F95;
}
.TagClassName
{
border-color: #DB1F95;
}
</style>