Shades of Deep Cerise #DB388E
Tints of Deep Cerise #DB388E
RGB
CMYK
RGB Variations
Color information
#DB388E (or 0xDB388E) is known color: Deep Cerise. HEX triplet: DB, 38 and 8E. RGB value is (219,56,142). Sum of RGB (Red+Green+Blue) = 219+56+142=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB388E is #24C771. Grayscale: #727272. Windows color (decimal): -2410354 or 9320667. OLE color: 9320667.
HSL color Cylindrical-coordinate representation of color #DB388E: hue angle of 328.34º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB388E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 142 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.14 |
| HSL | 328.34º | 0.69% | 0.54% | - |
| HSV(B) | 328.34º | 0.74% | 0.86% | - |
| XYZ | 35.51 | 19.84 | 27.55 | - |
| YUV | 114.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 142 | 0 | 0.74 | 0.35 | 0.14 | 328.34 | 0.69 | 0.54 |
| Hex | DB | 38 | 8E | 0 | 4A | 23 | E | 148 | 45 | 36 |
| Octal | 333 | 70 | 216 | 0 | 112 | 43 | 16 | 510 | 105 | 66 |
| Binary | 11011011 | 111000 | 10001110 | 0 | 1001010 | 100011 | 1110 | 101001000 | 1000101 | 110110 |
Color Harmonies of #DB388E
Complementary color
Monochromatic Colors of #DB388E
Black with #DB388E
Text Example
Text Example
White with #DB388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB388E; }
p { color: rgb(219,56,142); }
H1.HeaderClassName
{
color: #DB388E;
}
.AnyTagClassName
{
color: #DB388E;
}
</style>
background-color css
<style>
a { background-color: #DB388E; }
a { background-color: rgb(219,56,142); }
div.DivClassName
{
background-color: #DB388E;
}
.BgClassName
{
background-color: #DB388E;
}
</style>
border-color css
<style>
span { border-color: #DB388E; }
span { border-color: rgb(219,56,142); }
td.TdClassName
{
border-color: #DB388E;
}
.TagClassName
{
border-color: #DB388E;
}
</style>