Shades of Cerise #DB305D
Tints of Cerise #DB305D
RGB
CMYK
RGB Variations
Color information
#DB305D (or 0xDB305D) is known color: Cerise. HEX triplet: DB, 30 and 5D. RGB value is (219,48,93). Sum of RGB (Red+Green+Blue) = 219+48+93=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB305D is #24CFA2. Grayscale: #686868. Windows color (decimal): -2412451 or 6107355. OLE color: 6107355.
HSL color Cylindrical-coordinate representation of color #DB305D: hue angle of 344.21º 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 #DB305D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 93 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.14 |
| HSL | 344.21º | 0.7% | 0.52% | - |
| HSV(B) | 344.21º | 0.78% | 0.86% | - |
| XYZ | 32.25 | 17.96 | 12.12 | - |
| YUV | 104.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 93 | 0 | 0.78 | 0.58 | 0.14 | 344.21 | 0.7 | 0.52 |
| Hex | DB | 30 | 5D | 0 | 4E | 3A | E | 158 | 46 | 34 |
| Octal | 333 | 60 | 135 | 0 | 116 | 72 | 16 | 530 | 106 | 64 |
| Binary | 11011011 | 110000 | 1011101 | 0 | 1001110 | 111010 | 1110 | 101011000 | 1000110 | 110100 |
Color Harmonies of #DB305D
Complementary color
Monochromatic Colors of #DB305D
Black with #DB305D
Text Example
Text Example
White with #DB305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB305D; }
p { color: rgb(219,48,93); }
H1.HeaderClassName
{
color: #DB305D;
}
.AnyTagClassName
{
color: #DB305D;
}
</style>
background-color css
<style>
a { background-color: #DB305D; }
a { background-color: rgb(219,48,93); }
div.DivClassName
{
background-color: #DB305D;
}
.BgClassName
{
background-color: #DB305D;
}
</style>
border-color css
<style>
span { border-color: #DB305D; }
span { border-color: rgb(219,48,93); }
td.TdClassName
{
border-color: #DB305D;
}
.TagClassName
{
border-color: #DB305D;
}
</style>