Shades of Deep Cerise #DB308A
Tints of Deep Cerise #DB308A
RGB
CMYK
RGB Variations
Color information
#DB308A (or 0xDB308A) is known color: Deep Cerise. HEX triplet: DB, 30 and 8A. RGB value is (219,48,138). Sum of RGB (Red+Green+Blue) = 219+48+138=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB308A is #24CF75. Grayscale: #6D6D6D. Windows color (decimal): -2412406 or 9056475. OLE color: 9056475.
HSL color Cylindrical-coordinate representation of color #DB308A: hue angle of 328.42º 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 #DB308A is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 138 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.14 |
| HSL | 328.42º | 0.7% | 0.52% | - |
| HSV(B) | 328.42º | 0.78% | 0.86% | - |
| XYZ | 34.86 | 19.01 | 25.88 | - |
| YUV | 109.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 138 | 0 | 0.78 | 0.37 | 0.14 | 328.42 | 0.7 | 0.52 |
| Hex | DB | 30 | 8A | 0 | 4E | 25 | E | 148 | 46 | 34 |
| Octal | 333 | 60 | 212 | 0 | 116 | 45 | 16 | 510 | 106 | 64 |
| Binary | 11011011 | 110000 | 10001010 | 0 | 1001110 | 100101 | 1110 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DB308A
Complementary color
Monochromatic Colors of #DB308A
Black with #DB308A
Text Example
Text Example
White with #DB308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB308A; }
p { color: rgb(219,48,138); }
H1.HeaderClassName
{
color: #DB308A;
}
.AnyTagClassName
{
color: #DB308A;
}
</style>
background-color css
<style>
a { background-color: #DB308A; }
a { background-color: rgb(219,48,138); }
div.DivClassName
{
background-color: #DB308A;
}
.BgClassName
{
background-color: #DB308A;
}
</style>
border-color css
<style>
span { border-color: #DB308A; }
span { border-color: rgb(219,48,138); }
td.TdClassName
{
border-color: #DB308A;
}
.TagClassName
{
border-color: #DB308A;
}
</style>