Shades of Valencia #DB5550
Tints of Valencia #DB5550
RGB
CMYK
RGB Variations
Color information
#DB5550 (or 0xDB5550) is known color: Valencia. HEX triplet: DB, 55 and 50. RGB value is (219,85,80). Sum of RGB (Red+Green+Blue) = 219+85+80=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5550 is #24AAAF. Grayscale: #7C7C7C. Windows color (decimal): -2402992 or 5264859. OLE color: 5264859.
HSL color Cylindrical-coordinate representation of color #DB5550: hue angle of 2.16º 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 #DB5550 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 80 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.14 |
| HSL | 2.16º | 0.66% | 0.59% | - |
| HSV(B) | 2.16º | 0.63% | 0.86% | - |
| XYZ | 33.91 | 22.14 | 10.07 | - |
| YUV | 124.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 80 | 0 | 0.61 | 0.63 | 0.14 | 2.16 | 0.66 | 0.59 |
| Hex | DB | 55 | 50 | 0 | 3D | 3F | E | 2 | 42 | 3B |
| Octal | 333 | 125 | 120 | 0 | 75 | 77 | 16 | 2 | 102 | 73 |
| Binary | 11011011 | 1010101 | 1010000 | 0 | 111101 | 111111 | 1110 | 10 | 1000010 | 111011 |
Color Harmonies of #DB5550
Complementary color
Monochromatic Colors of #DB5550
Black with #DB5550
Text Example
Text Example
White with #DB5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5550; }
p { color: rgb(219,85,80); }
H1.HeaderClassName
{
color: #DB5550;
}
.AnyTagClassName
{
color: #DB5550;
}
</style>
background-color css
<style>
a { background-color: #DB5550; }
a { background-color: rgb(219,85,80); }
div.DivClassName
{
background-color: #DB5550;
}
.BgClassName
{
background-color: #DB5550;
}
</style>
border-color css
<style>
span { border-color: #DB5550; }
span { border-color: rgb(219,85,80); }
td.TdClassName
{
border-color: #DB5550;
}
.TagClassName
{
border-color: #DB5550;
}
</style>