Shades of Deep Cerise #DB337A
Tints of Deep Cerise #DB337A
RGB
CMYK
RGB Variations
Color information
#DB337A (or 0xDB337A) is known color: Deep Cerise. HEX triplet: DB, 33 and 7A. RGB value is (219,51,122). Sum of RGB (Red+Green+Blue) = 219+51+122=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB337A is #24CC85. Grayscale: #6D6D6D. Windows color (decimal): -2411654 or 8008667. OLE color: 8008667.
HSL color Cylindrical-coordinate representation of color #DB337A: hue angle of 334.64º 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 #DB337A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 122 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.14 |
| HSL | 334.64º | 0.7% | 0.53% | - |
| HSV(B) | 334.64º | 0.77% | 0.86% | - |
| XYZ | 33.91 | 18.83 | 20.26 | - |
| YUV | 109.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 122 | 0 | 0.77 | 0.44 | 0.14 | 334.64 | 0.7 | 0.53 |
| Hex | DB | 33 | 7A | 0 | 4D | 2C | E | 14F | 46 | 35 |
| Octal | 333 | 63 | 172 | 0 | 115 | 54 | 16 | 517 | 106 | 65 |
| Binary | 11011011 | 110011 | 1111010 | 0 | 1001101 | 101100 | 1110 | 101001111 | 1000110 | 110101 |
Color Harmonies of #DB337A
Complementary color
Monochromatic Colors of #DB337A
Black with #DB337A
Text Example
Text Example
White with #DB337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB337A; }
p { color: rgb(219,51,122); }
H1.HeaderClassName
{
color: #DB337A;
}
.AnyTagClassName
{
color: #DB337A;
}
</style>
background-color css
<style>
a { background-color: #DB337A; }
a { background-color: rgb(219,51,122); }
div.DivClassName
{
background-color: #DB337A;
}
.BgClassName
{
background-color: #DB337A;
}
</style>
border-color css
<style>
span { border-color: #DB337A; }
span { border-color: rgb(219,51,122); }
td.TdClassName
{
border-color: #DB337A;
}
.TagClassName
{
border-color: #DB337A;
}
</style>