Shades of Deep Cerise #DB397D
Tints of Deep Cerise #DB397D
RGB
CMYK
RGB Variations
Color information
#DB397D (or 0xDB397D) is known color: Deep Cerise. HEX triplet: DB, 39 and 7D. RGB value is (219,57,125). Sum of RGB (Red+Green+Blue) = 219+57+125=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB397D is #24C682. Grayscale: #717171. Windows color (decimal): -2410115 or 8206811. OLE color: 8206811.
HSL color Cylindrical-coordinate representation of color #DB397D: hue angle of 334.81º 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 #DB397D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 125 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.14 |
| HSL | 334.81º | 0.69% | 0.54% | - |
| HSV(B) | 334.81º | 0.74% | 0.86% | - |
| XYZ | 34.38 | 19.47 | 21.35 | - |
| YUV | 113.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 125 | 0 | 0.74 | 0.43 | 0.14 | 334.81 | 0.69 | 0.54 |
| Hex | DB | 39 | 7D | 0 | 4A | 2B | E | 14F | 45 | 36 |
| Octal | 333 | 71 | 175 | 0 | 112 | 53 | 16 | 517 | 105 | 66 |
| Binary | 11011011 | 111001 | 1111101 | 0 | 1001010 | 101011 | 1110 | 101001111 | 1000101 | 110110 |
Color Harmonies of #DB397D
Complementary color
Monochromatic Colors of #DB397D
Black with #DB397D
Text Example
Text Example
White with #DB397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB397D; }
p { color: rgb(219,57,125); }
H1.HeaderClassName
{
color: #DB397D;
}
.AnyTagClassName
{
color: #DB397D;
}
</style>
background-color css
<style>
a { background-color: #DB397D; }
a { background-color: rgb(219,57,125); }
div.DivClassName
{
background-color: #DB397D;
}
.BgClassName
{
background-color: #DB397D;
}
</style>
border-color css
<style>
span { border-color: #DB397D; }
span { border-color: rgb(219,57,125); }
td.TdClassName
{
border-color: #DB397D;
}
.TagClassName
{
border-color: #DB397D;
}
</style>