Shades of Cerise #DB3069
Tints of Cerise #DB3069
RGB
CMYK
RGB Variations
Color information
#DB3069 (or 0xDB3069) is known color: Cerise. HEX triplet: DB, 30 and 69. RGB value is (219,48,105). Sum of RGB (Red+Green+Blue) = 219+48+105=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3069 is #24CF96. Grayscale: #696969. Windows color (decimal): -2412439 or 6893787. OLE color: 6893787.
HSL color Cylindrical-coordinate representation of color #DB3069: hue angle of 340º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3069 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 105 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.14 |
| HSL | 340º | 0.7% | 0.52% | - |
| HSV(B) | 340º | 0.78% | 0.86% | - |
| XYZ | 32.82 | 18.19 | 15.15 | - |
| YUV | 105.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 105 | 0 | 0.78 | 0.52 | 0.14 | 340 | 0.7 | 0.52 |
| Hex | DB | 30 | 69 | 0 | 4E | 34 | E | 154 | 46 | 34 |
| Octal | 333 | 60 | 151 | 0 | 116 | 64 | 16 | 524 | 106 | 64 |
| Binary | 11011011 | 110000 | 1101001 | 0 | 1001110 | 110100 | 1110 | 101010100 | 1000110 | 110100 |
Color Harmonies of #DB3069
Complementary color
Monochromatic Colors of #DB3069
Black with #DB3069
Text Example
Text Example
White with #DB3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3069; }
p { color: rgb(219,48,105); }
H1.HeaderClassName
{
color: #DB3069;
}
.AnyTagClassName
{
color: #DB3069;
}
</style>
background-color css
<style>
a { background-color: #DB3069; }
a { background-color: rgb(219,48,105); }
div.DivClassName
{
background-color: #DB3069;
}
.BgClassName
{
background-color: #DB3069;
}
</style>
border-color css
<style>
span { border-color: #DB3069; }
span { border-color: rgb(219,48,105); }
td.TdClassName
{
border-color: #DB3069;
}
.TagClassName
{
border-color: #DB3069;
}
</style>