Shades of Valencia #DB5754
Tints of Valencia #DB5754
RGB
CMYK
RGB Variations
Color information
#DB5754 (or 0xDB5754) is known color: Valencia. HEX triplet: DB, 57 and 54. RGB value is (219,87,84). Sum of RGB (Red+Green+Blue) = 219+87+84=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5754 is #24A8AB. Grayscale: #7E7E7E. Windows color (decimal): -2402476 or 5527515. OLE color: 5527515.
HSL color Cylindrical-coordinate representation of color #DB5754: hue angle of 1.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5754 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 84 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.14 |
| HSL | 1.33º | 0.65% | 0.59% | - |
| HSV(B) | 1.33º | 0.62% | 0.86% | - |
| XYZ | 34.22 | 22.52 | 10.93 | - |
| YUV | 126.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 84 | 0 | 0.60 | 0.62 | 0.14 | 1.33 | 0.65 | 0.59 |
| Hex | DB | 57 | 54 | 0 | 3C | 3E | E | 1 | 41 | 3B |
| Octal | 333 | 127 | 124 | 0 | 74 | 76 | 16 | 1 | 101 | 73 |
| Binary | 11011011 | 1010111 | 1010100 | 0 | 111100 | 111110 | 1110 | 1 | 1000001 | 111011 |
Color Harmonies of #DB5754
Complementary color
Monochromatic Colors of #DB5754
Black with #DB5754
Text Example
Text Example
White with #DB5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5754; }
p { color: rgb(219,87,84); }
H1.HeaderClassName
{
color: #DB5754;
}
.AnyTagClassName
{
color: #DB5754;
}
</style>
background-color css
<style>
a { background-color: #DB5754; }
a { background-color: rgb(219,87,84); }
div.DivClassName
{
background-color: #DB5754;
}
.BgClassName
{
background-color: #DB5754;
}
</style>
border-color css
<style>
span { border-color: #DB5754; }
span { border-color: rgb(219,87,84); }
td.TdClassName
{
border-color: #DB5754;
}
.TagClassName
{
border-color: #DB5754;
}
</style>