Shades of Cerise #DB3668
Tints of Cerise #DB3668
RGB
CMYK
RGB Variations
Color information
#DB3668 (or 0xDB3668) is known color: Cerise. HEX triplet: DB, 36 and 68. RGB value is (219,54,104). Sum of RGB (Red+Green+Blue) = 219+54+104=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3668 is #24C997. Grayscale: #6D6D6D. Windows color (decimal): -2410904 or 6829787. OLE color: 6829787.
HSL color Cylindrical-coordinate representation of color #DB3668: hue angle of 341.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3668 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 104 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.14 |
| HSL | 341.82º | 0.7% | 0.54% | - |
| HSV(B) | 341.82º | 0.75% | 0.86% | - |
| XYZ | 33.03 | 18.7 | 14.96 | - |
| YUV | 109.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 104 | 0 | 0.75 | 0.53 | 0.14 | 341.82 | 0.7 | 0.54 |
| Hex | DB | 36 | 68 | 0 | 4B | 35 | E | 156 | 46 | 36 |
| Octal | 333 | 66 | 150 | 0 | 113 | 65 | 16 | 526 | 106 | 66 |
| Binary | 11011011 | 110110 | 1101000 | 0 | 1001011 | 110101 | 1110 | 101010110 | 1000110 | 110110 |
Color Harmonies of #DB3668
Complementary color
Monochromatic Colors of #DB3668
Black with #DB3668
Text Example
Text Example
White with #DB3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3668; }
p { color: rgb(219,54,104); }
H1.HeaderClassName
{
color: #DB3668;
}
.AnyTagClassName
{
color: #DB3668;
}
</style>
background-color css
<style>
a { background-color: #DB3668; }
a { background-color: rgb(219,54,104); }
div.DivClassName
{
background-color: #DB3668;
}
.BgClassName
{
background-color: #DB3668;
}
</style>
border-color css
<style>
span { border-color: #DB3668; }
span { border-color: rgb(219,54,104); }
td.TdClassName
{
border-color: #DB3668;
}
.TagClassName
{
border-color: #DB3668;
}
</style>