Shades of Valencia #DB5755
Tints of Valencia #DB5755
RGB
CMYK
RGB Variations
Color information
#DB5755 (or 0xDB5755) is known color: Valencia. HEX triplet: DB, 57 and 55. RGB value is (219,87,85). Sum of RGB (Red+Green+Blue) = 219+87+85=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5755 is #24A8AA. Grayscale: #7E7E7E. Windows color (decimal): -2402475 or 5593051. OLE color: 5593051.
HSL color Cylindrical-coordinate representation of color #DB5755: hue angle of 0.9º 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 #DB5755 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 85 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.14 |
| HSL | 0.9º | 0.65% | 0.6% | - |
| HSV(B) | 0.9º | 0.61% | 0.86% | - |
| XYZ | 34.26 | 22.53 | 11.14 | - |
| YUV | 126.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 85 | 0 | 0.60 | 0.61 | 0.14 | 0.9 | 0.65 | 0.6 |
| Hex | DB | 57 | 55 | 0 | 3C | 3D | E | 1 | 41 | 3C |
| Octal | 333 | 127 | 125 | 0 | 74 | 75 | 16 | 1 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1010101 | 0 | 111100 | 111101 | 1110 | 1 | 1000001 | 111100 |
Color Harmonies of #DB5755
Complementary color
Monochromatic Colors of #DB5755
Black with #DB5755
Text Example
Text Example
White with #DB5755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5755; }
p { color: rgb(219,87,85); }
H1.HeaderClassName
{
color: #DB5755;
}
.AnyTagClassName
{
color: #DB5755;
}
</style>
background-color css
<style>
a { background-color: #DB5755; }
a { background-color: rgb(219,87,85); }
div.DivClassName
{
background-color: #DB5755;
}
.BgClassName
{
background-color: #DB5755;
}
</style>
border-color css
<style>
span { border-color: #DB5755; }
span { border-color: rgb(219,87,85); }
td.TdClassName
{
border-color: #DB5755;
}
.TagClassName
{
border-color: #DB5755;
}
</style>