Shades of Deep Cerise #DB1F93
Tints of Deep Cerise #DB1F93
RGB
CMYK
RGB Variations
Color information
#DB1F93 (or 0xDB1F93) is known color: Deep Cerise. HEX triplet: DB, 1F and 93. RGB value is (219,31,147). Sum of RGB (Red+Green+Blue) = 219+31+147=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1F93 is #24E06C. Grayscale: #646464. Windows color (decimal): -2416749 or 9641947. OLE color: 9641947.
HSL color Cylindrical-coordinate representation of color #DB1F93: hue angle of 322.98º 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 #DB1F93 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 147 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.14 |
| HSL | 322.98º | 0.75% | 0.49% | - |
| HSV(B) | 322.98º | 0.86% | 0.86% | - |
| XYZ | 34.97 | 18.15 | 29.26 | - |
| YUV | 100.44 | 154.28 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 147 | 0 | 0.86 | 0.33 | 0.14 | 322.98 | 0.75 | 0.49 |
| Hex | DB | 1F | 93 | 0 | 56 | 21 | E | 143 | 4B | 31 |
| Octal | 333 | 37 | 223 | 0 | 126 | 41 | 16 | 503 | 113 | 61 |
| Binary | 11011011 | 11111 | 10010011 | 0 | 1010110 | 100001 | 1110 | 101000011 | 1001011 | 110001 |
Color Harmonies of #DB1F93
Complementary color
Monochromatic Colors of #DB1F93
Black with #DB1F93
Text Example
Text Example
White with #DB1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F93; }
p { color: rgb(219,31,147); }
H1.HeaderClassName
{
color: #DB1F93;
}
.AnyTagClassName
{
color: #DB1F93;
}
</style>
background-color css
<style>
a { background-color: #DB1F93; }
a { background-color: rgb(219,31,147); }
div.DivClassName
{
background-color: #DB1F93;
}
.BgClassName
{
background-color: #DB1F93;
}
</style>
border-color css
<style>
span { border-color: #DB1F93; }
span { border-color: rgb(219,31,147); }
td.TdClassName
{
border-color: #DB1F93;
}
.TagClassName
{
border-color: #DB1F93;
}
</style>