Shades of Valencia #DB5B52
Tints of Valencia #DB5B52
RGB
CMYK
RGB Variations
Color information
#DB5B52 (or 0xDB5B52) is known color: Valencia. HEX triplet: DB, 5B and 52. RGB value is (219,91,82). Sum of RGB (Red+Green+Blue) = 219+91+82=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B52 is #24A4AD. Grayscale: #808080. Windows color (decimal): -2401454 or 5397467. OLE color: 5397467.
HSL color Cylindrical-coordinate representation of color #DB5B52: hue angle of 3.94º 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 #DB5B52 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 82 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.14 |
| HSL | 3.94º | 0.66% | 0.59% | - |
| HSV(B) | 3.94º | 0.63% | 0.86% | - |
| XYZ | 34.48 | 23.15 | 10.63 | - |
| YUV | 128.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 82 | 0 | 0.58 | 0.63 | 0.14 | 3.94 | 0.66 | 0.59 |
| Hex | DB | 5B | 52 | 0 | 3A | 3F | E | 4 | 42 | 3B |
| Octal | 333 | 133 | 122 | 0 | 72 | 77 | 16 | 4 | 102 | 73 |
| Binary | 11011011 | 1011011 | 1010010 | 0 | 111010 | 111111 | 1110 | 100 | 1000010 | 111011 |
Color Harmonies of #DB5B52
Complementary color
Monochromatic Colors of #DB5B52
Black with #DB5B52
Text Example
Text Example
White with #DB5B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B52; }
p { color: rgb(219,91,82); }
H1.HeaderClassName
{
color: #DB5B52;
}
.AnyTagClassName
{
color: #DB5B52;
}
</style>
background-color css
<style>
a { background-color: #DB5B52; }
a { background-color: rgb(219,91,82); }
div.DivClassName
{
background-color: #DB5B52;
}
.BgClassName
{
background-color: #DB5B52;
}
</style>
border-color css
<style>
span { border-color: #DB5B52; }
span { border-color: rgb(219,91,82); }
td.TdClassName
{
border-color: #DB5B52;
}
.TagClassName
{
border-color: #DB5B52;
}
</style>