Shades of Deep Cerise #DB308F
Tints of Deep Cerise #DB308F
RGB
CMYK
RGB Variations
Color information
#DB308F (or 0xDB308F) is known color: Deep Cerise. HEX triplet: DB, 30 and 8F. RGB value is (219,48,143). Sum of RGB (Red+Green+Blue) = 219+48+143=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB308F is #24CF70. Grayscale: #6D6D6D. Windows color (decimal): -2412401 or 9384155. OLE color: 9384155.
HSL color Cylindrical-coordinate representation of color #DB308F: hue angle of 326.67º 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 #DB308F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 143 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.14 |
| HSL | 326.67º | 0.7% | 0.52% | - |
| HSV(B) | 326.67º | 0.78% | 0.86% | - |
| XYZ | 35.23 | 19.16 | 27.83 | - |
| YUV | 109.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 143 | 0 | 0.78 | 0.35 | 0.14 | 326.67 | 0.7 | 0.52 |
| Hex | DB | 30 | 8F | 0 | 4E | 23 | E | 147 | 46 | 34 |
| Octal | 333 | 60 | 217 | 0 | 116 | 43 | 16 | 507 | 106 | 64 |
| Binary | 11011011 | 110000 | 10001111 | 0 | 1001110 | 100011 | 1110 | 101000111 | 1000110 | 110100 |
Color Harmonies of #DB308F
Complementary color
Monochromatic Colors of #DB308F
Black with #DB308F
Text Example
Text Example
White with #DB308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB308F; }
p { color: rgb(219,48,143); }
H1.HeaderClassName
{
color: #DB308F;
}
.AnyTagClassName
{
color: #DB308F;
}
</style>
background-color css
<style>
a { background-color: #DB308F; }
a { background-color: rgb(219,48,143); }
div.DivClassName
{
background-color: #DB308F;
}
.BgClassName
{
background-color: #DB308F;
}
</style>
border-color css
<style>
span { border-color: #DB308F; }
span { border-color: rgb(219,48,143); }
td.TdClassName
{
border-color: #DB308F;
}
.TagClassName
{
border-color: #DB308F;
}
</style>