Shades of Cerise #DB3664
Tints of Cerise #DB3664
RGB
CMYK
RGB Variations
Color information
#DB3664 (or 0xDB3664) is known color: Cerise. HEX triplet: DB, 36 and 64. RGB value is (219,54,100). Sum of RGB (Red+Green+Blue) = 219+54+100=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3664 is #24C99B. Grayscale: #6C6C6C. Windows color (decimal): -2410908 or 6567643. OLE color: 6567643.
HSL color Cylindrical-coordinate representation of color #DB3664: hue angle of 343.27º 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 #DB3664 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 100 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.14 |
| HSL | 343.27º | 0.7% | 0.54% | - |
| HSV(B) | 343.27º | 0.75% | 0.86% | - |
| XYZ | 32.83 | 18.62 | 13.92 | - |
| YUV | 108.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 100 | 0 | 0.75 | 0.54 | 0.14 | 343.27 | 0.7 | 0.54 |
| Hex | DB | 36 | 64 | 0 | 4B | 36 | E | 157 | 46 | 36 |
| Octal | 333 | 66 | 144 | 0 | 113 | 66 | 16 | 527 | 106 | 66 |
| Binary | 11011011 | 110110 | 1100100 | 0 | 1001011 | 110110 | 1110 | 101010111 | 1000110 | 110110 |
Color Harmonies of #DB3664
Complementary color
Monochromatic Colors of #DB3664
Black with #DB3664
Text Example
Text Example
White with #DB3664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3664; }
p { color: rgb(219,54,100); }
H1.HeaderClassName
{
color: #DB3664;
}
.AnyTagClassName
{
color: #DB3664;
}
</style>
background-color css
<style>
a { background-color: #DB3664; }
a { background-color: rgb(219,54,100); }
div.DivClassName
{
background-color: #DB3664;
}
.BgClassName
{
background-color: #DB3664;
}
</style>
border-color css
<style>
span { border-color: #DB3664; }
span { border-color: rgb(219,54,100); }
td.TdClassName
{
border-color: #DB3664;
}
.TagClassName
{
border-color: #DB3664;
}
</style>