Shades of Deep Cerise #DB3D9A
Tints of Deep Cerise #DB3D9A
RGB
CMYK
RGB Variations
Color information
#DB3D9A (or 0xDB3D9A) is known color: Deep Cerise. HEX triplet: DB, 3D and 9A. RGB value is (219,61,154). Sum of RGB (Red+Green+Blue) = 219+61+154=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D9A is #24C265. Grayscale: #767676. Windows color (decimal): -2409062 or 10108379. OLE color: 10108379.
HSL color Cylindrical-coordinate representation of color #DB3D9A: hue angle of 324.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D9A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 154 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.14 |
| HSL | 324.68º | 0.69% | 0.55% | - |
| HSV(B) | 324.68º | 0.72% | 0.86% | - |
| XYZ | 36.71 | 20.73 | 32.64 | - |
| YUV | 118.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 154 | 0 | 0.72 | 0.30 | 0.14 | 324.68 | 0.69 | 0.55 |
| Hex | DB | 3D | 9A | 0 | 48 | 1E | E | 145 | 45 | 37 |
| Octal | 333 | 75 | 232 | 0 | 110 | 36 | 16 | 505 | 105 | 67 |
| Binary | 11011011 | 111101 | 10011010 | 0 | 1001000 | 11110 | 1110 | 101000101 | 1000101 | 110111 |
Color Harmonies of #DB3D9A
Complementary color
Monochromatic Colors of #DB3D9A
Black with #DB3D9A
Text Example
Text Example
White with #DB3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D9A; }
p { color: rgb(219,61,154); }
H1.HeaderClassName
{
color: #DB3D9A;
}
.AnyTagClassName
{
color: #DB3D9A;
}
</style>
background-color css
<style>
a { background-color: #DB3D9A; }
a { background-color: rgb(219,61,154); }
div.DivClassName
{
background-color: #DB3D9A;
}
.BgClassName
{
background-color: #DB3D9A;
}
</style>
border-color css
<style>
span { border-color: #DB3D9A; }
span { border-color: rgb(219,61,154); }
td.TdClassName
{
border-color: #DB3D9A;
}
.TagClassName
{
border-color: #DB3D9A;
}
</style>