Shades of Cerise #DB3068
Tints of Cerise #DB3068
RGB
CMYK
RGB Variations
Color information
#DB3068 (or 0xDB3068) is known color: Cerise. HEX triplet: DB, 30 and 68. RGB value is (219,48,104). Sum of RGB (Red+Green+Blue) = 219+48+104=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3068 is #24CF97. Grayscale: #696969. Windows color (decimal): -2412440 or 6828251. OLE color: 6828251.
HSL color Cylindrical-coordinate representation of color #DB3068: hue angle of 340.35º 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 #DB3068 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 104 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.14 |
| HSL | 340.35º | 0.7% | 0.52% | - |
| HSV(B) | 340.35º | 0.78% | 0.86% | - |
| XYZ | 32.77 | 18.17 | 14.88 | - |
| YUV | 105.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 104 | 0 | 0.78 | 0.53 | 0.14 | 340.35 | 0.7 | 0.52 |
| Hex | DB | 30 | 68 | 0 | 4E | 35 | E | 154 | 46 | 34 |
| Octal | 333 | 60 | 150 | 0 | 116 | 65 | 16 | 524 | 106 | 64 |
| Binary | 11011011 | 110000 | 1101000 | 0 | 1001110 | 110101 | 1110 | 101010100 | 1000110 | 110100 |
Color Harmonies of #DB3068
Complementary color
Monochromatic Colors of #DB3068
Black with #DB3068
Text Example
Text Example
White with #DB3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3068; }
p { color: rgb(219,48,104); }
H1.HeaderClassName
{
color: #DB3068;
}
.AnyTagClassName
{
color: #DB3068;
}
</style>
background-color css
<style>
a { background-color: #DB3068; }
a { background-color: rgb(219,48,104); }
div.DivClassName
{
background-color: #DB3068;
}
.BgClassName
{
background-color: #DB3068;
}
</style>
border-color css
<style>
span { border-color: #DB3068; }
span { border-color: rgb(219,48,104); }
td.TdClassName
{
border-color: #DB3068;
}
.TagClassName
{
border-color: #DB3068;
}
</style>