Shades of Valencia #DB5046
Tints of Valencia #DB5046
RGB
CMYK
RGB Variations
Color information
#DB5046 (or 0xDB5046) is known color: Valencia. HEX triplet: DB, 50 and 46. RGB value is (219,80,70). Sum of RGB (Red+Green+Blue) = 219+80+70=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5046 is #24AFB9. Grayscale: #787878. Windows color (decimal): -2404282 or 4608219. OLE color: 4608219.
HSL color Cylindrical-coordinate representation of color #DB5046: hue angle of 4.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5046 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 70 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.14 |
| HSL | 4.03º | 0.67% | 0.57% | - |
| HSV(B) | 4.03º | 0.68% | 0.86% | - |
| XYZ | 33.19 | 21.24 | 8.14 | - |
| YUV | 120.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 70 | 0 | 0.63 | 0.68 | 0.14 | 4.03 | 0.67 | 0.57 |
| Hex | DB | 50 | 46 | 0 | 3F | 44 | E | 4 | 43 | 39 |
| Octal | 333 | 120 | 106 | 0 | 77 | 104 | 16 | 4 | 103 | 71 |
| Binary | 11011011 | 1010000 | 1000110 | 0 | 111111 | 1000100 | 1110 | 100 | 1000011 | 111001 |
Color Harmonies of #DB5046
Complementary color
Monochromatic Colors of #DB5046
Black with #DB5046
Text Example
Text Example
White with #DB5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5046; }
p { color: rgb(219,80,70); }
H1.HeaderClassName
{
color: #DB5046;
}
.AnyTagClassName
{
color: #DB5046;
}
</style>
background-color css
<style>
a { background-color: #DB5046; }
a { background-color: rgb(219,80,70); }
div.DivClassName
{
background-color: #DB5046;
}
.BgClassName
{
background-color: #DB5046;
}
</style>
border-color css
<style>
span { border-color: #DB5046; }
span { border-color: rgb(219,80,70); }
td.TdClassName
{
border-color: #DB5046;
}
.TagClassName
{
border-color: #DB5046;
}
</style>