Shades of Deep Cerise #DB389A
Tints of Deep Cerise #DB389A
RGB
CMYK
RGB Variations
Color information
#DB389A (or 0xDB389A) is known color: Deep Cerise. HEX triplet: DB, 38 and 9A. RGB value is (219,56,154). Sum of RGB (Red+Green+Blue) = 219+56+154=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB389A is #24C765. Grayscale: #737373. Windows color (decimal): -2410342 or 10107099. OLE color: 10107099.
HSL color Cylindrical-coordinate representation of color #DB389A: hue angle of 323.93º 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 #DB389A is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 154 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.14 |
| HSL | 323.93º | 0.69% | 0.54% | - |
| HSV(B) | 323.93º | 0.74% | 0.86% | - |
| XYZ | 36.46 | 20.22 | 32.55 | - |
| YUV | 115.91 | 149.5 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 154 | 0 | 0.74 | 0.30 | 0.14 | 323.93 | 0.69 | 0.54 |
| Hex | DB | 38 | 9A | 0 | 4A | 1E | E | 144 | 45 | 36 |
| Octal | 333 | 70 | 232 | 0 | 112 | 36 | 16 | 504 | 105 | 66 |
| Binary | 11011011 | 111000 | 10011010 | 0 | 1001010 | 11110 | 1110 | 101000100 | 1000101 | 110110 |
Color Harmonies of #DB389A
Complementary color
Monochromatic Colors of #DB389A
Black with #DB389A
Text Example
Text Example
White with #DB389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB389A; }
p { color: rgb(219,56,154); }
H1.HeaderClassName
{
color: #DB389A;
}
.AnyTagClassName
{
color: #DB389A;
}
</style>
background-color css
<style>
a { background-color: #DB389A; }
a { background-color: rgb(219,56,154); }
div.DivClassName
{
background-color: #DB389A;
}
.BgClassName
{
background-color: #DB389A;
}
</style>
border-color css
<style>
span { border-color: #DB389A; }
span { border-color: rgb(219,56,154); }
td.TdClassName
{
border-color: #DB389A;
}
.TagClassName
{
border-color: #DB389A;
}
</style>