Shades of Cerise #DB306B
Tints of Cerise #DB306B
RGB
CMYK
RGB Variations
Color information
#DB306B (or 0xDB306B) is known color: Cerise. HEX triplet: DB, 30 and 6B. RGB value is (219,48,107). Sum of RGB (Red+Green+Blue) = 219+48+107=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB306B is #24CF94. Grayscale: #696969. Windows color (decimal): -2412437 or 7024859. OLE color: 7024859.
HSL color Cylindrical-coordinate representation of color #DB306B: hue angle of 339.3º 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 #DB306B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 107 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.14 |
| HSL | 339.3º | 0.7% | 0.52% | - |
| HSV(B) | 339.3º | 0.78% | 0.86% | - |
| XYZ | 32.92 | 18.24 | 15.69 | - |
| YUV | 105.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 107 | 0 | 0.78 | 0.51 | 0.14 | 339.3 | 0.7 | 0.52 |
| Hex | DB | 30 | 6B | 0 | 4E | 33 | E | 153 | 46 | 34 |
| Octal | 333 | 60 | 153 | 0 | 116 | 63 | 16 | 523 | 106 | 64 |
| Binary | 11011011 | 110000 | 1101011 | 0 | 1001110 | 110011 | 1110 | 101010011 | 1000110 | 110100 |
Color Harmonies of #DB306B
Complementary color
Monochromatic Colors of #DB306B
Black with #DB306B
Text Example
Text Example
White with #DB306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB306B; }
p { color: rgb(219,48,107); }
H1.HeaderClassName
{
color: #DB306B;
}
.AnyTagClassName
{
color: #DB306B;
}
</style>
background-color css
<style>
a { background-color: #DB306B; }
a { background-color: rgb(219,48,107); }
div.DivClassName
{
background-color: #DB306B;
}
.BgClassName
{
background-color: #DB306B;
}
</style>
border-color css
<style>
span { border-color: #DB306B; }
span { border-color: rgb(219,48,107); }
td.TdClassName
{
border-color: #DB306B;
}
.TagClassName
{
border-color: #DB306B;
}
</style>