Shades of Valencia #DB504D
Tints of Valencia #DB504D
RGB
CMYK
RGB Variations
Color information
#DB504D (or 0xDB504D) is known color: Valencia. HEX triplet: DB, 50 and 4D. RGB value is (219,80,77). Sum of RGB (Red+Green+Blue) = 219+80+77=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB504D is #24AFB2. Grayscale: #797979. Windows color (decimal): -2404275 or 5066971. OLE color: 5066971.
HSL color Cylindrical-coordinate representation of color #DB504D: hue angle of 1.27º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB504D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 77 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.14 |
| HSL | 1.27º | 0.66% | 0.58% | - |
| HSV(B) | 1.27º | 0.65% | 0.86% | - |
| XYZ | 33.42 | 21.33 | 9.38 | - |
| YUV | 121.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 77 | 0 | 0.63 | 0.65 | 0.14 | 1.27 | 0.66 | 0.58 |
| Hex | DB | 50 | 4D | 0 | 3F | 41 | E | 1 | 42 | 3A |
| Octal | 333 | 120 | 115 | 0 | 77 | 101 | 16 | 1 | 102 | 72 |
| Binary | 11011011 | 1010000 | 1001101 | 0 | 111111 | 1000001 | 1110 | 1 | 1000010 | 111010 |
Color Harmonies of #DB504D
Complementary color
Monochromatic Colors of #DB504D
Black with #DB504D
Text Example
Text Example
White with #DB504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB504D; }
p { color: rgb(219,80,77); }
H1.HeaderClassName
{
color: #DB504D;
}
.AnyTagClassName
{
color: #DB504D;
}
</style>
background-color css
<style>
a { background-color: #DB504D; }
a { background-color: rgb(219,80,77); }
div.DivClassName
{
background-color: #DB504D;
}
.BgClassName
{
background-color: #DB504D;
}
</style>
border-color css
<style>
span { border-color: #DB504D; }
span { border-color: rgb(219,80,77); }
td.TdClassName
{
border-color: #DB504D;
}
.TagClassName
{
border-color: #DB504D;
}
</style>