Shades of Cerise #DB4467
Tints of Cerise #DB4467
RGB
CMYK
RGB Variations
Color information
#DB4467 (or 0xDB4467) is known color: Cerise. HEX triplet: DB, 44 and 67. RGB value is (219,68,103). Sum of RGB (Red+Green+Blue) = 219+68+103=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4467 is #24BB98. Grayscale: #757575. Windows color (decimal): -2407321 or 6767835. OLE color: 6767835.
HSL color Cylindrical-coordinate representation of color #DB4467: hue angle of 346.09º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4467 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 103 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.14 |
| HSL | 346.09º | 0.68% | 0.56% | - |
| HSV(B) | 346.09º | 0.69% | 0.86% | - |
| XYZ | 33.73 | 20.17 | 14.95 | - |
| YUV | 117.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 103 | 0 | 0.69 | 0.53 | 0.14 | 346.09 | 0.68 | 0.56 |
| Hex | DB | 44 | 67 | 0 | 45 | 35 | E | 15A | 44 | 38 |
| Octal | 333 | 104 | 147 | 0 | 105 | 65 | 16 | 532 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1100111 | 0 | 1000101 | 110101 | 1110 | 101011010 | 1000100 | 111000 |
Color Harmonies of #DB4467
Complementary color
Monochromatic Colors of #DB4467
Black with #DB4467
Text Example
Text Example
White with #DB4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4467; }
p { color: rgb(219,68,103); }
H1.HeaderClassName
{
color: #DB4467;
}
.AnyTagClassName
{
color: #DB4467;
}
</style>
background-color css
<style>
a { background-color: #DB4467; }
a { background-color: rgb(219,68,103); }
div.DivClassName
{
background-color: #DB4467;
}
.BgClassName
{
background-color: #DB4467;
}
</style>
border-color css
<style>
span { border-color: #DB4467; }
span { border-color: rgb(219,68,103); }
td.TdClassName
{
border-color: #DB4467;
}
.TagClassName
{
border-color: #DB4467;
}
</style>