Shades of Valencia #DB5551
Tints of Valencia #DB5551
RGB
CMYK
RGB Variations
Color information
#DB5551 (or 0xDB5551) is known color: Valencia. HEX triplet: DB, 55 and 51. RGB value is (219,85,81). Sum of RGB (Red+Green+Blue) = 219+85+81=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5551 is #24AAAE. Grayscale: #7C7C7C. Windows color (decimal): -2402991 or 5330395. OLE color: 5330395.
HSL color Cylindrical-coordinate representation of color #DB5551: hue angle of 1.74º 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 #DB5551 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 81 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.14 |
| HSL | 1.74º | 0.66% | 0.59% | - |
| HSV(B) | 1.74º | 0.63% | 0.86% | - |
| XYZ | 33.95 | 22.15 | 10.27 | - |
| YUV | 124.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 81 | 0 | 0.61 | 0.63 | 0.14 | 1.74 | 0.66 | 0.59 |
| Hex | DB | 55 | 51 | 0 | 3D | 3F | E | 2 | 42 | 3B |
| Octal | 333 | 125 | 121 | 0 | 75 | 77 | 16 | 2 | 102 | 73 |
| Binary | 11011011 | 1010101 | 1010001 | 0 | 111101 | 111111 | 1110 | 10 | 1000010 | 111011 |
Color Harmonies of #DB5551
Complementary color
Monochromatic Colors of #DB5551
Black with #DB5551
Text Example
Text Example
White with #DB5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5551; }
p { color: rgb(219,85,81); }
H1.HeaderClassName
{
color: #DB5551;
}
.AnyTagClassName
{
color: #DB5551;
}
</style>
background-color css
<style>
a { background-color: #DB5551; }
a { background-color: rgb(219,85,81); }
div.DivClassName
{
background-color: #DB5551;
}
.BgClassName
{
background-color: #DB5551;
}
</style>
border-color css
<style>
span { border-color: #DB5551; }
span { border-color: rgb(219,85,81); }
td.TdClassName
{
border-color: #DB5551;
}
.TagClassName
{
border-color: #DB5551;
}
</style>