Shades of Valencia #DB5047
Tints of Valencia #DB5047
RGB
CMYK
RGB Variations
Color information
#DB5047 (or 0xDB5047) is known color: Valencia. HEX triplet: DB, 50 and 47. RGB value is (219,80,71). Sum of RGB (Red+Green+Blue) = 219+80+71=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5047 is #24AFB8. Grayscale: #787878. Windows color (decimal): -2404281 or 4673755. OLE color: 4673755.
HSL color Cylindrical-coordinate representation of color #DB5047: hue angle of 3.65º 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 #DB5047 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 71 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.14 |
| HSL | 3.65º | 0.67% | 0.57% | - |
| HSV(B) | 3.65º | 0.68% | 0.86% | - |
| XYZ | 33.22 | 21.25 | 8.31 | - |
| YUV | 120.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 71 | 0 | 0.63 | 0.68 | 0.14 | 3.65 | 0.67 | 0.57 |
| Hex | DB | 50 | 47 | 0 | 3F | 44 | E | 4 | 43 | 39 |
| Octal | 333 | 120 | 107 | 0 | 77 | 104 | 16 | 4 | 103 | 71 |
| Binary | 11011011 | 1010000 | 1000111 | 0 | 111111 | 1000100 | 1110 | 100 | 1000011 | 111001 |
Color Harmonies of #DB5047
Complementary color
Monochromatic Colors of #DB5047
Black with #DB5047
Text Example
Text Example
White with #DB5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5047; }
p { color: rgb(219,80,71); }
H1.HeaderClassName
{
color: #DB5047;
}
.AnyTagClassName
{
color: #DB5047;
}
</style>
background-color css
<style>
a { background-color: #DB5047; }
a { background-color: rgb(219,80,71); }
div.DivClassName
{
background-color: #DB5047;
}
.BgClassName
{
background-color: #DB5047;
}
</style>
border-color css
<style>
span { border-color: #DB5047; }
span { border-color: rgb(219,80,71); }
td.TdClassName
{
border-color: #DB5047;
}
.TagClassName
{
border-color: #DB5047;
}
</style>