Shades of Deep Cerise #DB3D7A
Tints of Deep Cerise #DB3D7A
RGB
CMYK
RGB Variations
Color information
#DB3D7A (or 0xDB3D7A) is known color: Deep Cerise. HEX triplet: DB, 3D and 7A. RGB value is (219,61,122). Sum of RGB (Red+Green+Blue) = 219+61+122=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D7A is #24C285. Grayscale: #737373. Windows color (decimal): -2409094 or 8011227. OLE color: 8011227.
HSL color Cylindrical-coordinate representation of color #DB3D7A: hue angle of 336.84º 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 #DB3D7A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 122 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.14 |
| HSL | 336.84º | 0.69% | 0.55% | - |
| HSV(B) | 336.84º | 0.72% | 0.86% | - |
| XYZ | 34.4 | 19.8 | 20.42 | - |
| YUV | 115.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 122 | 0 | 0.72 | 0.44 | 0.14 | 336.84 | 0.69 | 0.55 |
| Hex | DB | 3D | 7A | 0 | 48 | 2C | E | 151 | 45 | 37 |
| Octal | 333 | 75 | 172 | 0 | 110 | 54 | 16 | 521 | 105 | 67 |
| Binary | 11011011 | 111101 | 1111010 | 0 | 1001000 | 101100 | 1110 | 101010001 | 1000101 | 110111 |
Color Harmonies of #DB3D7A
Complementary color
Monochromatic Colors of #DB3D7A
Black with #DB3D7A
Text Example
Text Example
White with #DB3D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D7A; }
p { color: rgb(219,61,122); }
H1.HeaderClassName
{
color: #DB3D7A;
}
.AnyTagClassName
{
color: #DB3D7A;
}
</style>
background-color css
<style>
a { background-color: #DB3D7A; }
a { background-color: rgb(219,61,122); }
div.DivClassName
{
background-color: #DB3D7A;
}
.BgClassName
{
background-color: #DB3D7A;
}
</style>
border-color css
<style>
span { border-color: #DB3D7A; }
span { border-color: rgb(219,61,122); }
td.TdClassName
{
border-color: #DB3D7A;
}
.TagClassName
{
border-color: #DB3D7A;
}
</style>