Shades of Valencia #DB5850
Tints of Valencia #DB5850
RGB
CMYK
RGB Variations
Color information
#DB5850 (or 0xDB5850) is known color: Valencia. HEX triplet: DB, 58 and 50. RGB value is (219,88,80). Sum of RGB (Red+Green+Blue) = 219+88+80=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5850 is #24A7AF. Grayscale: #7E7E7E. Windows color (decimal): -2402224 or 5265627. OLE color: 5265627.
HSL color Cylindrical-coordinate representation of color #DB5850: hue angle of 3.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5850 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 80 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.14 |
| HSL | 3.45º | 0.66% | 0.59% | - |
| HSV(B) | 3.45º | 0.63% | 0.86% | - |
| XYZ | 34.15 | 22.62 | 10.16 | - |
| YUV | 126.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 80 | 0 | 0.60 | 0.63 | 0.14 | 3.45 | 0.66 | 0.59 |
| Hex | DB | 58 | 50 | 0 | 3C | 3F | E | 3 | 42 | 3B |
| Octal | 333 | 130 | 120 | 0 | 74 | 77 | 16 | 3 | 102 | 73 |
| Binary | 11011011 | 1011000 | 1010000 | 0 | 111100 | 111111 | 1110 | 11 | 1000010 | 111011 |
Color Harmonies of #DB5850
Complementary color
Monochromatic Colors of #DB5850
Black with #DB5850
Text Example
Text Example
White with #DB5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5850; }
p { color: rgb(219,88,80); }
H1.HeaderClassName
{
color: #DB5850;
}
.AnyTagClassName
{
color: #DB5850;
}
</style>
background-color css
<style>
a { background-color: #DB5850; }
a { background-color: rgb(219,88,80); }
div.DivClassName
{
background-color: #DB5850;
}
.BgClassName
{
background-color: #DB5850;
}
</style>
border-color css
<style>
span { border-color: #DB5850; }
span { border-color: rgb(219,88,80); }
td.TdClassName
{
border-color: #DB5850;
}
.TagClassName
{
border-color: #DB5850;
}
</style>