Shades of Medium Violet Red #DB047A
Tints of Medium Violet Red #DB047A
RGB
CMYK
RGB Variations
Color information
#DB047A (or 0xDB047A) is known color: Medium Violet Red. HEX triplet: DB, 04 and 7A. RGB value is (219,4,122). Sum of RGB (Red+Green+Blue) = 219+4+122=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB047A is #24FB85. Grayscale: #515151. Windows color (decimal): -2423686 or 7996635. OLE color: 7996635.
HSL color Cylindrical-coordinate representation of color #DB047A: hue angle of 327.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB047A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.14 |
| HSL | 327.07º | 0.96% | 0.44% | - |
| HSV(B) | 327.07º | 0.98% | 0.86% | - |
| XYZ | 32.77 | 16.55 | 19.88 | - |
| YUV | 81.74 | 150.73 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 122 | 0 | 0.98 | 0.44 | 0.14 | 327.07 | 0.96 | 0.44 |
| Hex | DB | 4 | 7A | 0 | 62 | 2C | E | 147 | 60 | 2C |
| Octal | 333 | 4 | 172 | 0 | 142 | 54 | 16 | 507 | 140 | 54 |
| Binary | 11011011 | 100 | 1111010 | 0 | 1100010 | 101100 | 1110 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DB047A
Complementary color
Monochromatic Colors of #DB047A
Black with #DB047A
Text Example
Text Example
White with #DB047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB047A; }
p { color: rgb(219,4,122); }
H1.HeaderClassName
{
color: #DB047A;
}
.AnyTagClassName
{
color: #DB047A;
}
</style>
background-color css
<style>
a { background-color: #DB047A; }
a { background-color: rgb(219,4,122); }
div.DivClassName
{
background-color: #DB047A;
}
.BgClassName
{
background-color: #DB047A;
}
</style>
border-color css
<style>
span { border-color: #DB047A; }
span { border-color: rgb(219,4,122); }
td.TdClassName
{
border-color: #DB047A;
}
.TagClassName
{
border-color: #DB047A;
}
</style>