Shades of Deep Cerise #DB3380
Tints of Deep Cerise #DB3380
RGB
CMYK
RGB Variations
Color information
#DB3380 (or 0xDB3380) is known color: Deep Cerise. HEX triplet: DB, 33 and 80. RGB value is (219,51,128). Sum of RGB (Red+Green+Blue) = 219+51+128=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3380 is #24CC7F. Grayscale: #6D6D6D. Windows color (decimal): -2411648 or 8401883. OLE color: 8401883.
HSL color Cylindrical-coordinate representation of color #DB3380: hue angle of 332.5º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3380 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 128 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.14 |
| HSL | 332.5º | 0.7% | 0.53% | - |
| HSV(B) | 332.5º | 0.77% | 0.86% | - |
| XYZ | 34.29 | 18.99 | 22.28 | - |
| YUV | 110.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 128 | 0 | 0.77 | 0.42 | 0.14 | 332.5 | 0.7 | 0.53 |
| Hex | DB | 33 | 80 | 0 | 4D | 2A | E | 14C | 46 | 35 |
| Octal | 333 | 63 | 200 | 0 | 115 | 52 | 16 | 514 | 106 | 65 |
| Binary | 11011011 | 110011 | 10000000 | 0 | 1001101 | 101010 | 1110 | 101001100 | 1000110 | 110101 |
Color Harmonies of #DB3380
Complementary color
Monochromatic Colors of #DB3380
Black with #DB3380
Text Example
Text Example
White with #DB3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3380; }
p { color: rgb(219,51,128); }
H1.HeaderClassName
{
color: #DB3380;
}
.AnyTagClassName
{
color: #DB3380;
}
</style>
background-color css
<style>
a { background-color: #DB3380; }
a { background-color: rgb(219,51,128); }
div.DivClassName
{
background-color: #DB3380;
}
.BgClassName
{
background-color: #DB3380;
}
</style>
border-color css
<style>
span { border-color: #DB3380; }
span { border-color: rgb(219,51,128); }
td.TdClassName
{
border-color: #DB3380;
}
.TagClassName
{
border-color: #DB3380;
}
</style>