Shades of Valencia #DB5955
Tints of Valencia #DB5955
RGB
CMYK
RGB Variations
Color information
#DB5955 (or 0xDB5955) is known color: Valencia. HEX triplet: DB, 59 and 55. RGB value is (219,89,85). Sum of RGB (Red+Green+Blue) = 219+89+85=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5955 is #24A6AA. Grayscale: #7F7F7F. Windows color (decimal): -2401963 or 5593563. OLE color: 5593563.
HSL color Cylindrical-coordinate representation of color #DB5955: hue angle of 1.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5955 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 85 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.14 |
| HSL | 1.79º | 0.65% | 0.6% | - |
| HSV(B) | 1.79º | 0.61% | 0.86% | - |
| XYZ | 34.43 | 22.86 | 11.19 | - |
| YUV | 127.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 85 | 0 | 0.59 | 0.61 | 0.14 | 1.79 | 0.65 | 0.6 |
| Hex | DB | 59 | 55 | 0 | 3B | 3D | E | 2 | 41 | 3C |
| Octal | 333 | 131 | 125 | 0 | 73 | 75 | 16 | 2 | 101 | 74 |
| Binary | 11011011 | 1011001 | 1010101 | 0 | 111011 | 111101 | 1110 | 10 | 1000001 | 111100 |
Color Harmonies of #DB5955
Complementary color
Monochromatic Colors of #DB5955
Black with #DB5955
Text Example
Text Example
White with #DB5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5955; }
p { color: rgb(219,89,85); }
H1.HeaderClassName
{
color: #DB5955;
}
.AnyTagClassName
{
color: #DB5955;
}
</style>
background-color css
<style>
a { background-color: #DB5955; }
a { background-color: rgb(219,89,85); }
div.DivClassName
{
background-color: #DB5955;
}
.BgClassName
{
background-color: #DB5955;
}
</style>
border-color css
<style>
span { border-color: #DB5955; }
span { border-color: rgb(219,89,85); }
td.TdClassName
{
border-color: #DB5955;
}
.TagClassName
{
border-color: #DB5955;
}
</style>