Shades of Cerise #DB3968
Tints of Cerise #DB3968
RGB
CMYK
RGB Variations
Color information
#DB3968 (or 0xDB3968) is known color: Cerise. HEX triplet: DB, 39 and 68. RGB value is (219,57,104). Sum of RGB (Red+Green+Blue) = 219+57+104=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3968 is #24C697. Grayscale: #6E6E6E. Windows color (decimal): -2410136 or 6830555. OLE color: 6830555.
HSL color Cylindrical-coordinate representation of color #DB3968: hue angle of 342.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3968 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 104 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.14 |
| HSL | 342.59º | 0.69% | 0.54% | - |
| HSV(B) | 342.59º | 0.74% | 0.86% | - |
| XYZ | 33.18 | 18.99 | 15.01 | - |
| YUV | 110.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 104 | 0 | 0.74 | 0.53 | 0.14 | 342.59 | 0.69 | 0.54 |
| Hex | DB | 39 | 68 | 0 | 4A | 35 | E | 157 | 45 | 36 |
| Octal | 333 | 71 | 150 | 0 | 112 | 65 | 16 | 527 | 105 | 66 |
| Binary | 11011011 | 111001 | 1101000 | 0 | 1001010 | 110101 | 1110 | 101010111 | 1000101 | 110110 |
Color Harmonies of #DB3968
Complementary color
Monochromatic Colors of #DB3968
Black with #DB3968
Text Example
Text Example
White with #DB3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3968; }
p { color: rgb(219,57,104); }
H1.HeaderClassName
{
color: #DB3968;
}
.AnyTagClassName
{
color: #DB3968;
}
</style>
background-color css
<style>
a { background-color: #DB3968; }
a { background-color: rgb(219,57,104); }
div.DivClassName
{
background-color: #DB3968;
}
.BgClassName
{
background-color: #DB3968;
}
</style>
border-color css
<style>
span { border-color: #DB3968; }
span { border-color: rgb(219,57,104); }
td.TdClassName
{
border-color: #DB3968;
}
.TagClassName
{
border-color: #DB3968;
}
</style>