Shades of Cerise #DB4167
Tints of Cerise #DB4167
RGB
CMYK
RGB Variations
Color information
#DB4167 (or 0xDB4167) is known color: Cerise. HEX triplet: DB, 41 and 67. RGB value is (219,65,103). Sum of RGB (Red+Green+Blue) = 219+65+103=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4167 is #24BE98. Grayscale: #737373. Windows color (decimal): -2408089 or 6767067. OLE color: 6767067.
HSL color Cylindrical-coordinate representation of color #DB4167: hue angle of 345.19º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4167 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 103 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.14 |
| HSL | 345.19º | 0.68% | 0.56% | - |
| HSV(B) | 345.19º | 0.7% | 0.86% | - |
| XYZ | 33.55 | 19.82 | 14.89 | - |
| YUV | 115.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 103 | 0 | 0.70 | 0.53 | 0.14 | 345.19 | 0.68 | 0.56 |
| Hex | DB | 41 | 67 | 0 | 46 | 35 | E | 159 | 44 | 38 |
| Octal | 333 | 101 | 147 | 0 | 106 | 65 | 16 | 531 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1100111 | 0 | 1000110 | 110101 | 1110 | 101011001 | 1000100 | 111000 |
Color Harmonies of #DB4167
Complementary color
Monochromatic Colors of #DB4167
Black with #DB4167
Text Example
Text Example
White with #DB4167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4167; }
p { color: rgb(219,65,103); }
H1.HeaderClassName
{
color: #DB4167;
}
.AnyTagClassName
{
color: #DB4167;
}
</style>
background-color css
<style>
a { background-color: #DB4167; }
a { background-color: rgb(219,65,103); }
div.DivClassName
{
background-color: #DB4167;
}
.BgClassName
{
background-color: #DB4167;
}
</style>
border-color css
<style>
span { border-color: #DB4167; }
span { border-color: rgb(219,65,103); }
td.TdClassName
{
border-color: #DB4167;
}
.TagClassName
{
border-color: #DB4167;
}
</style>