Shades of Cerise #DB4169
Tints of Cerise #DB4169
RGB
CMYK
RGB Variations
Color information
#DB4169 (or 0xDB4169) is known color: Cerise. HEX triplet: DB, 41 and 69. RGB value is (219,65,105). Sum of RGB (Red+Green+Blue) = 219+65+105=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4169 is #24BE96. Grayscale: #737373. Windows color (decimal): -2408087 or 6898139. OLE color: 6898139.
HSL color Cylindrical-coordinate representation of color #DB4169: hue angle of 344.42º 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 #DB4169 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 105 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.14 |
| HSL | 344.42º | 0.68% | 0.56% | - |
| HSV(B) | 344.42º | 0.7% | 0.86% | - |
| XYZ | 33.65 | 19.86 | 15.42 | - |
| YUV | 115.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 105 | 0 | 0.70 | 0.52 | 0.14 | 344.42 | 0.68 | 0.56 |
| Hex | DB | 41 | 69 | 0 | 46 | 34 | E | 158 | 44 | 38 |
| Octal | 333 | 101 | 151 | 0 | 106 | 64 | 16 | 530 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1101001 | 0 | 1000110 | 110100 | 1110 | 101011000 | 1000100 | 111000 |
Color Harmonies of #DB4169
Complementary color
Monochromatic Colors of #DB4169
Black with #DB4169
Text Example
Text Example
White with #DB4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4169; }
p { color: rgb(219,65,105); }
H1.HeaderClassName
{
color: #DB4169;
}
.AnyTagClassName
{
color: #DB4169;
}
</style>
background-color css
<style>
a { background-color: #DB4169; }
a { background-color: rgb(219,65,105); }
div.DivClassName
{
background-color: #DB4169;
}
.BgClassName
{
background-color: #DB4169;
}
</style>
border-color css
<style>
span { border-color: #DB4169; }
span { border-color: rgb(219,65,105); }
td.TdClassName
{
border-color: #DB4169;
}
.TagClassName
{
border-color: #DB4169;
}
</style>