Shades of Valencia #DB5C52
Tints of Valencia #DB5C52
RGB
CMYK
RGB Variations
Color information
#DB5C52 (or 0xDB5C52) is known color: Valencia. HEX triplet: DB, 5C and 52. RGB value is (219,92,82). Sum of RGB (Red+Green+Blue) = 219+92+82=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C52 is #24A3AD. Grayscale: #818181. Windows color (decimal): -2401198 or 5397723. OLE color: 5397723.
HSL color Cylindrical-coordinate representation of color #DB5C52: hue angle of 4.38º 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 #DB5C52 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 82 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.14 |
| HSL | 4.38º | 0.66% | 0.59% | - |
| HSV(B) | 4.38º | 0.63% | 0.86% | - |
| XYZ | 34.56 | 23.32 | 10.66 | - |
| YUV | 128.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 82 | 0 | 0.58 | 0.63 | 0.14 | 4.38 | 0.66 | 0.59 |
| Hex | DB | 5C | 52 | 0 | 3A | 3F | E | 4 | 42 | 3B |
| Octal | 333 | 134 | 122 | 0 | 72 | 77 | 16 | 4 | 102 | 73 |
| Binary | 11011011 | 1011100 | 1010010 | 0 | 111010 | 111111 | 1110 | 100 | 1000010 | 111011 |
Color Harmonies of #DB5C52
Complementary color
Monochromatic Colors of #DB5C52
Black with #DB5C52
Text Example
Text Example
White with #DB5C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C52; }
p { color: rgb(219,92,82); }
H1.HeaderClassName
{
color: #DB5C52;
}
.AnyTagClassName
{
color: #DB5C52;
}
</style>
background-color css
<style>
a { background-color: #DB5C52; }
a { background-color: rgb(219,92,82); }
div.DivClassName
{
background-color: #DB5C52;
}
.BgClassName
{
background-color: #DB5C52;
}
</style>
border-color css
<style>
span { border-color: #DB5C52; }
span { border-color: rgb(219,92,82); }
td.TdClassName
{
border-color: #DB5C52;
}
.TagClassName
{
border-color: #DB5C52;
}
</style>