Shades of Cerise #DB4161
Tints of Cerise #DB4161
RGB
CMYK
RGB Variations
Color information
#DB4161 (or 0xDB4161) is known color: Cerise. HEX triplet: DB, 41 and 61. RGB value is (219,65,97). Sum of RGB (Red+Green+Blue) = 219+65+97=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4161 is #24BE9E. Grayscale: #727272. Windows color (decimal): -2408095 or 6373851. OLE color: 6373851.
HSL color Cylindrical-coordinate representation of color #DB4161: hue angle of 347.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4161 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 97 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.14 |
| HSL | 347.53º | 0.68% | 0.56% | - |
| HSV(B) | 347.53º | 0.7% | 0.86% | - |
| XYZ | 33.26 | 19.7 | 13.36 | - |
| YUV | 114.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 97 | 0 | 0.70 | 0.56 | 0.14 | 347.53 | 0.68 | 0.56 |
| Hex | DB | 41 | 61 | 0 | 46 | 38 | E | 15C | 44 | 38 |
| Octal | 333 | 101 | 141 | 0 | 106 | 70 | 16 | 534 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1100001 | 0 | 1000110 | 111000 | 1110 | 101011100 | 1000100 | 111000 |
Color Harmonies of #DB4161
Complementary color
Monochromatic Colors of #DB4161
Black with #DB4161
Text Example
Text Example
White with #DB4161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4161; }
p { color: rgb(219,65,97); }
H1.HeaderClassName
{
color: #DB4161;
}
.AnyTagClassName
{
color: #DB4161;
}
</style>
background-color css
<style>
a { background-color: #DB4161; }
a { background-color: rgb(219,65,97); }
div.DivClassName
{
background-color: #DB4161;
}
.BgClassName
{
background-color: #DB4161;
}
</style>
border-color css
<style>
span { border-color: #DB4161; }
span { border-color: rgb(219,65,97); }
td.TdClassName
{
border-color: #DB4161;
}
.TagClassName
{
border-color: #DB4161;
}
</style>