Shades of Deep Cerise #DB3C7B
Tints of Deep Cerise #DB3C7B
RGB
CMYK
RGB Variations
Color information
#DB3C7B (or 0xDB3C7B) is known color: Deep Cerise. HEX triplet: DB, 3C and 7B. RGB value is (219,60,123). Sum of RGB (Red+Green+Blue) = 219+60+123=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C7B is #24C384. Grayscale: #727272. Windows color (decimal): -2409349 or 8076507. OLE color: 8076507.
HSL color Cylindrical-coordinate representation of color #DB3C7B: hue angle of 336.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C7B is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 123 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.14 |
| HSL | 336.23º | 0.69% | 0.55% | - |
| HSV(B) | 336.23º | 0.73% | 0.86% | - |
| XYZ | 34.4 | 19.72 | 20.73 | - |
| YUV | 114.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 123 | 0 | 0.73 | 0.44 | 0.14 | 336.23 | 0.69 | 0.55 |
| Hex | DB | 3C | 7B | 0 | 49 | 2C | E | 150 | 45 | 37 |
| Octal | 333 | 74 | 173 | 0 | 111 | 54 | 16 | 520 | 105 | 67 |
| Binary | 11011011 | 111100 | 1111011 | 0 | 1001001 | 101100 | 1110 | 101010000 | 1000101 | 110111 |
Color Harmonies of #DB3C7B
Complementary color
Monochromatic Colors of #DB3C7B
Black with #DB3C7B
Text Example
Text Example
White with #DB3C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C7B; }
p { color: rgb(219,60,123); }
H1.HeaderClassName
{
color: #DB3C7B;
}
.AnyTagClassName
{
color: #DB3C7B;
}
</style>
background-color css
<style>
a { background-color: #DB3C7B; }
a { background-color: rgb(219,60,123); }
div.DivClassName
{
background-color: #DB3C7B;
}
.BgClassName
{
background-color: #DB3C7B;
}
</style>
border-color css
<style>
span { border-color: #DB3C7B; }
span { border-color: rgb(219,60,123); }
td.TdClassName
{
border-color: #DB3C7B;
}
.TagClassName
{
border-color: #DB3C7B;
}
</style>