Shades of Valencia #DB5651
Tints of Valencia #DB5651
RGB
CMYK
RGB Variations
Color information
#DB5651 (or 0xDB5651) is known color: Valencia. HEX triplet: DB, 56 and 51. RGB value is (219,86,81). Sum of RGB (Red+Green+Blue) = 219+86+81=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5651 is #24A9AE. Grayscale: #7D7D7D. Windows color (decimal): -2402735 or 5330651. OLE color: 5330651.
HSL color Cylindrical-coordinate representation of color #DB5651: hue angle of 2.17º 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 #DB5651 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 81 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.14 |
| HSL | 2.17º | 0.66% | 0.59% | - |
| HSV(B) | 2.17º | 0.63% | 0.86% | - |
| XYZ | 34.03 | 22.31 | 10.3 | - |
| YUV | 125.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 81 | 0 | 0.61 | 0.63 | 0.14 | 2.17 | 0.66 | 0.59 |
| Hex | DB | 56 | 51 | 0 | 3D | 3F | E | 2 | 42 | 3B |
| Octal | 333 | 126 | 121 | 0 | 75 | 77 | 16 | 2 | 102 | 73 |
| Binary | 11011011 | 1010110 | 1010001 | 0 | 111101 | 111111 | 1110 | 10 | 1000010 | 111011 |
Color Harmonies of #DB5651
Complementary color
Monochromatic Colors of #DB5651
Black with #DB5651
Text Example
Text Example
White with #DB5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5651; }
p { color: rgb(219,86,81); }
H1.HeaderClassName
{
color: #DB5651;
}
.AnyTagClassName
{
color: #DB5651;
}
</style>
background-color css
<style>
a { background-color: #DB5651; }
a { background-color: rgb(219,86,81); }
div.DivClassName
{
background-color: #DB5651;
}
.BgClassName
{
background-color: #DB5651;
}
</style>
border-color css
<style>
span { border-color: #DB5651; }
span { border-color: rgb(219,86,81); }
td.TdClassName
{
border-color: #DB5651;
}
.TagClassName
{
border-color: #DB5651;
}
</style>