Shades of Cerise #DB306E
Tints of Cerise #DB306E
RGB
CMYK
RGB Variations
Color information
#DB306E (or 0xDB306E) is known color: Cerise. HEX triplet: DB, 30 and 6E. RGB value is (219,48,110). Sum of RGB (Red+Green+Blue) = 219+48+110=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB306E is #24CF91. Grayscale: #6A6A6A. Windows color (decimal): -2412434 or 7221467. OLE color: 7221467.
HSL color Cylindrical-coordinate representation of color #DB306E: hue angle of 338.25º 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 #DB306E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 110 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.14 |
| HSL | 338.25º | 0.7% | 0.52% | - |
| HSV(B) | 338.25º | 0.78% | 0.86% | - |
| XYZ | 33.08 | 18.3 | 16.54 | - |
| YUV | 106.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 110 | 0 | 0.78 | 0.50 | 0.14 | 338.25 | 0.7 | 0.52 |
| Hex | DB | 30 | 6E | 0 | 4E | 32 | E | 152 | 46 | 34 |
| Octal | 333 | 60 | 156 | 0 | 116 | 62 | 16 | 522 | 106 | 64 |
| Binary | 11011011 | 110000 | 1101110 | 0 | 1001110 | 110010 | 1110 | 101010010 | 1000110 | 110100 |
Color Harmonies of #DB306E
Complementary color
Monochromatic Colors of #DB306E
Black with #DB306E
Text Example
Text Example
White with #DB306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB306E; }
p { color: rgb(219,48,110); }
H1.HeaderClassName
{
color: #DB306E;
}
.AnyTagClassName
{
color: #DB306E;
}
</style>
background-color css
<style>
a { background-color: #DB306E; }
a { background-color: rgb(219,48,110); }
div.DivClassName
{
background-color: #DB306E;
}
.BgClassName
{
background-color: #DB306E;
}
</style>
border-color css
<style>
span { border-color: #DB306E; }
span { border-color: rgb(219,48,110); }
td.TdClassName
{
border-color: #DB306E;
}
.TagClassName
{
border-color: #DB306E;
}
</style>