Shades of Valencia #DB5655
Tints of Valencia #DB5655
RGB
CMYK
RGB Variations
Color information
#DB5655 (or 0xDB5655) is known color: Valencia. HEX triplet: DB, 56 and 55. RGB value is (219,86,85). Sum of RGB (Red+Green+Blue) = 219+86+85=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5655 is #24A9AA. Grayscale: #7D7D7D. Windows color (decimal): -2402731 or 5592795. OLE color: 5592795.
HSL color Cylindrical-coordinate representation of color #DB5655: hue angle of 0.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5655 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 85 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.14 |
| HSL | 0.45º | 0.65% | 0.6% | - |
| HSV(B) | 0.45º | 0.61% | 0.86% | - |
| XYZ | 34.18 | 22.37 | 11.11 | - |
| YUV | 125.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 85 | 0 | 0.61 | 0.61 | 0.14 | 0.45 | 0.65 | 0.6 |
| Hex | DB | 56 | 55 | 0 | 3D | 3D | E | 0 | 41 | 3C |
| Octal | 333 | 126 | 125 | 0 | 75 | 75 | 16 | 0 | 101 | 74 |
| Binary | 11011011 | 1010110 | 1010101 | 0 | 111101 | 111101 | 1110 | 0 | 1000001 | 111100 |
Color Harmonies of #DB5655
Complementary color
Monochromatic Colors of #DB5655
Black with #DB5655
Text Example
Text Example
White with #DB5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5655; }
p { color: rgb(219,86,85); }
H1.HeaderClassName
{
color: #DB5655;
}
.AnyTagClassName
{
color: #DB5655;
}
</style>
background-color css
<style>
a { background-color: #DB5655; }
a { background-color: rgb(219,86,85); }
div.DivClassName
{
background-color: #DB5655;
}
.BgClassName
{
background-color: #DB5655;
}
</style>
border-color css
<style>
span { border-color: #DB5655; }
span { border-color: rgb(219,86,85); }
td.TdClassName
{
border-color: #DB5655;
}
.TagClassName
{
border-color: #DB5655;
}
</style>