Shades of Cerise #DB306D
Tints of Cerise #DB306D
RGB
CMYK
RGB Variations
Color information
#DB306D (or 0xDB306D) is known color: Cerise. HEX triplet: DB, 30 and 6D. RGB value is (219,48,109). Sum of RGB (Red+Green+Blue) = 219+48+109=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB306D is #24CF92. Grayscale: #6A6A6A. Windows color (decimal): -2412435 or 7155931. OLE color: 7155931.
HSL color Cylindrical-coordinate representation of color #DB306D: hue angle of 338.6º 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 #DB306D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 109 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.14 |
| HSL | 338.6º | 0.7% | 0.52% | - |
| HSV(B) | 338.6º | 0.78% | 0.86% | - |
| XYZ | 33.03 | 18.28 | 16.26 | - |
| YUV | 106.08 | 129.65 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 109 | 0 | 0.78 | 0.50 | 0.14 | 338.6 | 0.7 | 0.52 |
| Hex | DB | 30 | 6D | 0 | 4E | 32 | E | 153 | 46 | 34 |
| Octal | 333 | 60 | 155 | 0 | 116 | 62 | 16 | 523 | 106 | 64 |
| Binary | 11011011 | 110000 | 1101101 | 0 | 1001110 | 110010 | 1110 | 101010011 | 1000110 | 110100 |
Color Harmonies of #DB306D
Complementary color
Monochromatic Colors of #DB306D
Black with #DB306D
Text Example
Text Example
White with #DB306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB306D; }
p { color: rgb(219,48,109); }
H1.HeaderClassName
{
color: #DB306D;
}
.AnyTagClassName
{
color: #DB306D;
}
</style>
background-color css
<style>
a { background-color: #DB306D; }
a { background-color: rgb(219,48,109); }
div.DivClassName
{
background-color: #DB306D;
}
.BgClassName
{
background-color: #DB306D;
}
</style>
border-color css
<style>
span { border-color: #DB306D; }
span { border-color: rgb(219,48,109); }
td.TdClassName
{
border-color: #DB306D;
}
.TagClassName
{
border-color: #DB306D;
}
</style>