Shades of Deep Cerise #DB1D8F
Tints of Deep Cerise #DB1D8F
RGB
CMYK
RGB Variations
Color information
#DB1D8F (or 0xDB1D8F) is known color: Deep Cerise. HEX triplet: DB, 1D and 8F. RGB value is (219,29,143). Sum of RGB (Red+Green+Blue) = 219+29+143=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1D8F is #24E270. Grayscale: #626262. Windows color (decimal): -2417265 or 9379291. OLE color: 9379291.
HSL color Cylindrical-coordinate representation of color #DB1D8F: hue angle of 324º 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 #DB1D8F is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 143 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.14 |
| HSL | 324º | 0.77% | 0.49% | - |
| HSV(B) | 324º | 0.87% | 0.86% | - |
| XYZ | 34.61 | 17.92 | 27.62 | - |
| YUV | 98.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 143 | 0 | 0.87 | 0.35 | 0.14 | 324 | 0.77 | 0.49 |
| Hex | DB | 1D | 8F | 0 | 57 | 23 | E | 144 | 4D | 31 |
| Octal | 333 | 35 | 217 | 0 | 127 | 43 | 16 | 504 | 115 | 61 |
| Binary | 11011011 | 11101 | 10001111 | 0 | 1010111 | 100011 | 1110 | 101000100 | 1001101 | 110001 |
Color Harmonies of #DB1D8F
Complementary color
Monochromatic Colors of #DB1D8F
Black with #DB1D8F
Text Example
Text Example
White with #DB1D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D8F; }
p { color: rgb(219,29,143); }
H1.HeaderClassName
{
color: #DB1D8F;
}
.AnyTagClassName
{
color: #DB1D8F;
}
</style>
background-color css
<style>
a { background-color: #DB1D8F; }
a { background-color: rgb(219,29,143); }
div.DivClassName
{
background-color: #DB1D8F;
}
.BgClassName
{
background-color: #DB1D8F;
}
</style>
border-color css
<style>
span { border-color: #DB1D8F; }
span { border-color: rgb(219,29,143); }
td.TdClassName
{
border-color: #DB1D8F;
}
.TagClassName
{
border-color: #DB1D8F;
}
</style>