Shades of Cerise #DB306F
Tints of Cerise #DB306F
RGB
CMYK
RGB Variations
Color information
#DB306F (or 0xDB306F) is known color: Cerise. HEX triplet: DB, 30 and 6F. RGB value is (219,48,111). Sum of RGB (Red+Green+Blue) = 219+48+111=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB306F is #24CF90. Grayscale: #6A6A6A. Windows color (decimal): -2412433 or 7287003. OLE color: 7287003.
HSL color Cylindrical-coordinate representation of color #DB306F: hue angle of 337.89º 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 #DB306F is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 111 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.14 |
| HSL | 337.89º | 0.7% | 0.52% | - |
| HSV(B) | 337.89º | 0.78% | 0.86% | - |
| XYZ | 33.14 | 18.32 | 16.83 | - |
| YUV | 106.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 111 | 0 | 0.78 | 0.49 | 0.14 | 337.89 | 0.7 | 0.52 |
| Hex | DB | 30 | 6F | 0 | 4E | 31 | E | 152 | 46 | 34 |
| Octal | 333 | 60 | 157 | 0 | 116 | 61 | 16 | 522 | 106 | 64 |
| Binary | 11011011 | 110000 | 1101111 | 0 | 1001110 | 110001 | 1110 | 101010010 | 1000110 | 110100 |
Color Harmonies of #DB306F
Complementary color
Monochromatic Colors of #DB306F
Black with #DB306F
Text Example
Text Example
White with #DB306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB306F; }
p { color: rgb(219,48,111); }
H1.HeaderClassName
{
color: #DB306F;
}
.AnyTagClassName
{
color: #DB306F;
}
</style>
background-color css
<style>
a { background-color: #DB306F; }
a { background-color: rgb(219,48,111); }
div.DivClassName
{
background-color: #DB306F;
}
.BgClassName
{
background-color: #DB306F;
}
</style>
border-color css
<style>
span { border-color: #DB306F; }
span { border-color: rgb(219,48,111); }
td.TdClassName
{
border-color: #DB306F;
}
.TagClassName
{
border-color: #DB306F;
}
</style>