Shades of Cerise #DB3867
Tints of Cerise #DB3867
RGB
CMYK
RGB Variations
Color information
#DB3867 (or 0xDB3867) is known color: Cerise. HEX triplet: DB, 38 and 67. RGB value is (219,56,103). Sum of RGB (Red+Green+Blue) = 219+56+103=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3867 is #24C798. Grayscale: #6E6E6E. Windows color (decimal): -2410393 or 6764763. OLE color: 6764763.
HSL color Cylindrical-coordinate representation of color #DB3867: hue angle of 342.7º 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 #DB3867 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 103 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.14 |
| HSL | 342.7º | 0.69% | 0.54% | - |
| HSV(B) | 342.7º | 0.74% | 0.86% | - |
| XYZ | 33.08 | 18.87 | 14.73 | - |
| YUV | 110.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 103 | 0 | 0.74 | 0.53 | 0.14 | 342.7 | 0.69 | 0.54 |
| Hex | DB | 38 | 67 | 0 | 4A | 35 | E | 157 | 45 | 36 |
| Octal | 333 | 70 | 147 | 0 | 112 | 65 | 16 | 527 | 105 | 66 |
| Binary | 11011011 | 111000 | 1100111 | 0 | 1001010 | 110101 | 1110 | 101010111 | 1000101 | 110110 |
Color Harmonies of #DB3867
Complementary color
Monochromatic Colors of #DB3867
Black with #DB3867
Text Example
Text Example
White with #DB3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3867; }
p { color: rgb(219,56,103); }
H1.HeaderClassName
{
color: #DB3867;
}
.AnyTagClassName
{
color: #DB3867;
}
</style>
background-color css
<style>
a { background-color: #DB3867; }
a { background-color: rgb(219,56,103); }
div.DivClassName
{
background-color: #DB3867;
}
.BgClassName
{
background-color: #DB3867;
}
</style>
border-color css
<style>
span { border-color: #DB3867; }
span { border-color: rgb(219,56,103); }
td.TdClassName
{
border-color: #DB3867;
}
.TagClassName
{
border-color: #DB3867;
}
</style>