Shades of Cerise #DB3661
Tints of Cerise #DB3661
RGB
CMYK
RGB Variations
Color information
#DB3661 (or 0xDB3661) is known color: Cerise. HEX triplet: DB, 36 and 61. RGB value is (219,54,97). Sum of RGB (Red+Green+Blue) = 219+54+97=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3661 is #24C99E. Grayscale: #6C6C6C. Windows color (decimal): -2410911 or 6371035. OLE color: 6371035.
HSL color Cylindrical-coordinate representation of color #DB3661: hue angle of 344.36º 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 #DB3661 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 97 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.14 |
| HSL | 344.36º | 0.7% | 0.54% | - |
| HSV(B) | 344.36º | 0.75% | 0.86% | - |
| XYZ | 32.69 | 18.56 | 13.17 | - |
| YUV | 108.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 97 | 0 | 0.75 | 0.56 | 0.14 | 344.36 | 0.7 | 0.54 |
| Hex | DB | 36 | 61 | 0 | 4B | 38 | E | 158 | 46 | 36 |
| Octal | 333 | 66 | 141 | 0 | 113 | 70 | 16 | 530 | 106 | 66 |
| Binary | 11011011 | 110110 | 1100001 | 0 | 1001011 | 111000 | 1110 | 101011000 | 1000110 | 110110 |
Color Harmonies of #DB3661
Complementary color
Monochromatic Colors of #DB3661
Black with #DB3661
Text Example
Text Example
White with #DB3661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3661; }
p { color: rgb(219,54,97); }
H1.HeaderClassName
{
color: #DB3661;
}
.AnyTagClassName
{
color: #DB3661;
}
</style>
background-color css
<style>
a { background-color: #DB3661; }
a { background-color: rgb(219,54,97); }
div.DivClassName
{
background-color: #DB3661;
}
.BgClassName
{
background-color: #DB3661;
}
</style>
border-color css
<style>
span { border-color: #DB3661; }
span { border-color: rgb(219,54,97); }
td.TdClassName
{
border-color: #DB3661;
}
.TagClassName
{
border-color: #DB3661;
}
</style>