Shades of Deep Cerise #DB1F75
Tints of Deep Cerise #DB1F75
RGB
CMYK
RGB Variations
Color information
#DB1F75 (or 0xDB1F75) is known color: Deep Cerise. HEX triplet: DB, 1F and 75. RGB value is (219,31,117). Sum of RGB (Red+Green+Blue) = 219+31+117=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F75 is #24E08A. Grayscale: #606060. Windows color (decimal): -2416779 or 7675867. OLE color: 7675867.
HSL color Cylindrical-coordinate representation of color #DB1F75: hue angle of 332.55º 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 #DB1F75 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 117 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.14 |
| HSL | 332.55º | 0.75% | 0.49% | - |
| HSV(B) | 332.55º | 0.86% | 0.86% | - |
| XYZ | 32.91 | 17.32 | 18.44 | - |
| YUV | 97.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 117 | 0 | 0.86 | 0.47 | 0.14 | 332.55 | 0.75 | 0.49 |
| Hex | DB | 1F | 75 | 0 | 56 | 2F | E | 14D | 4B | 31 |
| Octal | 333 | 37 | 165 | 0 | 126 | 57 | 16 | 515 | 113 | 61 |
| Binary | 11011011 | 11111 | 1110101 | 0 | 1010110 | 101111 | 1110 | 101001101 | 1001011 | 110001 |
Color Harmonies of #DB1F75
Complementary color
Monochromatic Colors of #DB1F75
Black with #DB1F75
Text Example
Text Example
White with #DB1F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F75; }
p { color: rgb(219,31,117); }
H1.HeaderClassName
{
color: #DB1F75;
}
.AnyTagClassName
{
color: #DB1F75;
}
</style>
background-color css
<style>
a { background-color: #DB1F75; }
a { background-color: rgb(219,31,117); }
div.DivClassName
{
background-color: #DB1F75;
}
.BgClassName
{
background-color: #DB1F75;
}
</style>
border-color css
<style>
span { border-color: #DB1F75; }
span { border-color: rgb(219,31,117); }
td.TdClassName
{
border-color: #DB1F75;
}
.TagClassName
{
border-color: #DB1F75;
}
</style>