Shades of Cerise #DB3161
Tints of Cerise #DB3161
RGB
CMYK
RGB Variations
Color information
#DB3161 (or 0xDB3161) is known color: Cerise. HEX triplet: DB, 31 and 61. RGB value is (219,49,97). Sum of RGB (Red+Green+Blue) = 219+49+97=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3161 is #24CE9E. Grayscale: #696969. Windows color (decimal): -2412191 or 6369755. OLE color: 6369755.
HSL color Cylindrical-coordinate representation of color #DB3161: hue angle of 343.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3161 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 97 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.14 |
| HSL | 343.06º | 0.7% | 0.53% | - |
| HSV(B) | 343.06º | 0.78% | 0.86% | - |
| XYZ | 32.47 | 18.12 | 13.1 | - |
| YUV | 105.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 97 | 0 | 0.78 | 0.56 | 0.14 | 343.06 | 0.7 | 0.53 |
| Hex | DB | 31 | 61 | 0 | 4E | 38 | E | 157 | 46 | 35 |
| Octal | 333 | 61 | 141 | 0 | 116 | 70 | 16 | 527 | 106 | 65 |
| Binary | 11011011 | 110001 | 1100001 | 0 | 1001110 | 111000 | 1110 | 101010111 | 1000110 | 110101 |
Color Harmonies of #DB3161
Complementary color
Monochromatic Colors of #DB3161
Black with #DB3161
Text Example
Text Example
White with #DB3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3161; }
p { color: rgb(219,49,97); }
H1.HeaderClassName
{
color: #DB3161;
}
.AnyTagClassName
{
color: #DB3161;
}
</style>
background-color css
<style>
a { background-color: #DB3161; }
a { background-color: rgb(219,49,97); }
div.DivClassName
{
background-color: #DB3161;
}
.BgClassName
{
background-color: #DB3161;
}
</style>
border-color css
<style>
span { border-color: #DB3161; }
span { border-color: rgb(219,49,97); }
td.TdClassName
{
border-color: #DB3161;
}
.TagClassName
{
border-color: #DB3161;
}
</style>