Shades of Cerise #DB3766
Tints of Cerise #DB3766
RGB
CMYK
RGB Variations
Color information
#DB3766 (or 0xDB3766) is known color: Cerise. HEX triplet: DB, 37 and 66. RGB value is (219,55,102). Sum of RGB (Red+Green+Blue) = 219+55+102=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3766 is #24C899. Grayscale: #6D6D6D. Windows color (decimal): -2410650 or 6698971. OLE color: 6698971.
HSL color Cylindrical-coordinate representation of color #DB3766: hue angle of 342.8º degrees, saturation: 0.69, 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 #DB3766 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 102 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.14 |
| HSL | 342.8º | 0.69% | 0.54% | - |
| HSV(B) | 342.8º | 0.75% | 0.86% | - |
| XYZ | 32.98 | 18.75 | 14.45 | - |
| YUV | 109.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 102 | 0 | 0.75 | 0.53 | 0.14 | 342.8 | 0.69 | 0.54 |
| Hex | DB | 37 | 66 | 0 | 4B | 35 | E | 157 | 45 | 36 |
| Octal | 333 | 67 | 146 | 0 | 113 | 65 | 16 | 527 | 105 | 66 |
| Binary | 11011011 | 110111 | 1100110 | 0 | 1001011 | 110101 | 1110 | 101010111 | 1000101 | 110110 |
Color Harmonies of #DB3766
Complementary color
Monochromatic Colors of #DB3766
Black with #DB3766
Text Example
Text Example
White with #DB3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3766; }
p { color: rgb(219,55,102); }
H1.HeaderClassName
{
color: #DB3766;
}
.AnyTagClassName
{
color: #DB3766;
}
</style>
background-color css
<style>
a { background-color: #DB3766; }
a { background-color: rgb(219,55,102); }
div.DivClassName
{
background-color: #DB3766;
}
.BgClassName
{
background-color: #DB3766;
}
</style>
border-color css
<style>
span { border-color: #DB3766; }
span { border-color: rgb(219,55,102); }
td.TdClassName
{
border-color: #DB3766;
}
.TagClassName
{
border-color: #DB3766;
}
</style>