Shades of Cerise #DB3967
Tints of Cerise #DB3967
RGB
CMYK
RGB Variations
Color information
#DB3967 (or 0xDB3967) is known color: Cerise. HEX triplet: DB, 39 and 67. RGB value is (219,57,103). Sum of RGB (Red+Green+Blue) = 219+57+103=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3967 is #24C698. Grayscale: #6E6E6E. Windows color (decimal): -2410137 or 6765019. OLE color: 6765019.
HSL color Cylindrical-coordinate representation of color #DB3967: hue angle of 342.96º 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 #DB3967 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 103 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.14 |
| HSL | 342.96º | 0.69% | 0.54% | - |
| HSV(B) | 342.96º | 0.74% | 0.86% | - |
| XYZ | 33.12 | 18.97 | 14.75 | - |
| YUV | 110.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 103 | 0 | 0.74 | 0.53 | 0.14 | 342.96 | 0.69 | 0.54 |
| Hex | DB | 39 | 67 | 0 | 4A | 35 | E | 157 | 45 | 36 |
| Octal | 333 | 71 | 147 | 0 | 112 | 65 | 16 | 527 | 105 | 66 |
| Binary | 11011011 | 111001 | 1100111 | 0 | 1001010 | 110101 | 1110 | 101010111 | 1000101 | 110110 |
Color Harmonies of #DB3967
Complementary color
Monochromatic Colors of #DB3967
Black with #DB3967
Text Example
Text Example
White with #DB3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3967; }
p { color: rgb(219,57,103); }
H1.HeaderClassName
{
color: #DB3967;
}
.AnyTagClassName
{
color: #DB3967;
}
</style>
background-color css
<style>
a { background-color: #DB3967; }
a { background-color: rgb(219,57,103); }
div.DivClassName
{
background-color: #DB3967;
}
.BgClassName
{
background-color: #DB3967;
}
</style>
border-color css
<style>
span { border-color: #DB3967; }
span { border-color: rgb(219,57,103); }
td.TdClassName
{
border-color: #DB3967;
}
.TagClassName
{
border-color: #DB3967;
}
</style>