Shades of Valencia #DB5147
Tints of Valencia #DB5147
RGB
CMYK
RGB Variations
Color information
#DB5147 (or 0xDB5147) is known color: Valencia. HEX triplet: DB, 51 and 47. RGB value is (219,81,71). Sum of RGB (Red+Green+Blue) = 219+81+71=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5147 is #24AEB8. Grayscale: #797979. Windows color (decimal): -2404025 or 4674011. OLE color: 4674011.
HSL color Cylindrical-coordinate representation of color #DB5147: hue angle of 4.05º 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 #DB5147 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 71 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.14 |
| HSL | 4.05º | 0.67% | 0.57% | - |
| HSV(B) | 4.05º | 0.68% | 0.86% | - |
| XYZ | 33.29 | 21.4 | 8.34 | - |
| YUV | 121.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 71 | 0 | 0.63 | 0.68 | 0.14 | 4.05 | 0.67 | 0.57 |
| Hex | DB | 51 | 47 | 0 | 3F | 44 | E | 4 | 43 | 39 |
| Octal | 333 | 121 | 107 | 0 | 77 | 104 | 16 | 4 | 103 | 71 |
| Binary | 11011011 | 1010001 | 1000111 | 0 | 111111 | 1000100 | 1110 | 100 | 1000011 | 111001 |
Color Harmonies of #DB5147
Complementary color
Monochromatic Colors of #DB5147
Black with #DB5147
Text Example
Text Example
White with #DB5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5147; }
p { color: rgb(219,81,71); }
H1.HeaderClassName
{
color: #DB5147;
}
.AnyTagClassName
{
color: #DB5147;
}
</style>
background-color css
<style>
a { background-color: #DB5147; }
a { background-color: rgb(219,81,71); }
div.DivClassName
{
background-color: #DB5147;
}
.BgClassName
{
background-color: #DB5147;
}
</style>
border-color css
<style>
span { border-color: #DB5147; }
span { border-color: rgb(219,81,71); }
td.TdClassName
{
border-color: #DB5147;
}
.TagClassName
{
border-color: #DB5147;
}
</style>