Shades of Valencia #DB5950
Tints of Valencia #DB5950
RGB
CMYK
RGB Variations
Color information
#DB5950 (or 0xDB5950) is known color: Valencia. HEX triplet: DB, 59 and 50. RGB value is (219,89,80). Sum of RGB (Red+Green+Blue) = 219+89+80=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5950 is #24A6AF. Grayscale: #7F7F7F. Windows color (decimal): -2401968 or 5265883. OLE color: 5265883.
HSL color Cylindrical-coordinate representation of color #DB5950: hue angle of 3.88º 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 #DB5950 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 80 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.14 |
| HSL | 3.88º | 0.66% | 0.59% | - |
| HSV(B) | 3.88º | 0.63% | 0.86% | - |
| XYZ | 34.23 | 22.78 | 10.18 | - |
| YUV | 126.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 80 | 0 | 0.59 | 0.63 | 0.14 | 3.88 | 0.66 | 0.59 |
| Hex | DB | 59 | 50 | 0 | 3B | 3F | E | 4 | 42 | 3B |
| Octal | 333 | 131 | 120 | 0 | 73 | 77 | 16 | 4 | 102 | 73 |
| Binary | 11011011 | 1011001 | 1010000 | 0 | 111011 | 111111 | 1110 | 100 | 1000010 | 111011 |
Color Harmonies of #DB5950
Complementary color
Monochromatic Colors of #DB5950
Black with #DB5950
Text Example
Text Example
White with #DB5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5950; }
p { color: rgb(219,89,80); }
H1.HeaderClassName
{
color: #DB5950;
}
.AnyTagClassName
{
color: #DB5950;
}
</style>
background-color css
<style>
a { background-color: #DB5950; }
a { background-color: rgb(219,89,80); }
div.DivClassName
{
background-color: #DB5950;
}
.BgClassName
{
background-color: #DB5950;
}
</style>
border-color css
<style>
span { border-color: #DB5950; }
span { border-color: rgb(219,89,80); }
td.TdClassName
{
border-color: #DB5950;
}
.TagClassName
{
border-color: #DB5950;
}
</style>