Shades of Deep Cerise #DB308B
Tints of Deep Cerise #DB308B
RGB
CMYK
RGB Variations
Color information
#DB308B (or 0xDB308B) is known color: Deep Cerise. HEX triplet: DB, 30 and 8B. RGB value is (219,48,139). Sum of RGB (Red+Green+Blue) = 219+48+139=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB308B is #24CF74. Grayscale: #6D6D6D. Windows color (decimal): -2412405 or 9122011. OLE color: 9122011.
HSL color Cylindrical-coordinate representation of color #DB308B: hue angle of 328.07º 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 #DB308B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 139 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.14 |
| HSL | 328.07º | 0.7% | 0.52% | - |
| HSV(B) | 328.07º | 0.78% | 0.86% | - |
| XYZ | 34.93 | 19.04 | 26.26 | - |
| YUV | 109.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 139 | 0 | 0.78 | 0.37 | 0.14 | 328.07 | 0.7 | 0.52 |
| Hex | DB | 30 | 8B | 0 | 4E | 25 | E | 148 | 46 | 34 |
| Octal | 333 | 60 | 213 | 0 | 116 | 45 | 16 | 510 | 106 | 64 |
| Binary | 11011011 | 110000 | 10001011 | 0 | 1001110 | 100101 | 1110 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DB308B
Complementary color
Monochromatic Colors of #DB308B
Black with #DB308B
Text Example
Text Example
White with #DB308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB308B; }
p { color: rgb(219,48,139); }
H1.HeaderClassName
{
color: #DB308B;
}
.AnyTagClassName
{
color: #DB308B;
}
</style>
background-color css
<style>
a { background-color: #DB308B; }
a { background-color: rgb(219,48,139); }
div.DivClassName
{
background-color: #DB308B;
}
.BgClassName
{
background-color: #DB308B;
}
</style>
border-color css
<style>
span { border-color: #DB308B; }
span { border-color: rgb(219,48,139); }
td.TdClassName
{
border-color: #DB308B;
}
.TagClassName
{
border-color: #DB308B;
}
</style>