Shades of Valencia #DB5448
Tints of Valencia #DB5448
RGB
CMYK
RGB Variations
Color information
#DB5448 (or 0xDB5448) is known color: Valencia. HEX triplet: DB, 54 and 48. RGB value is (219,84,72). Sum of RGB (Red+Green+Blue) = 219+84+72=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5448 is #24ABB7. Grayscale: #7B7B7B. Windows color (decimal): -2403256 or 4740315. OLE color: 4740315.
HSL color Cylindrical-coordinate representation of color #DB5448: hue angle of 4.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB5448 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 72 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.14 |
| HSL | 4.9º | 0.67% | 0.57% | - |
| HSV(B) | 4.9º | 0.67% | 0.86% | - |
| XYZ | 33.55 | 21.87 | 8.58 | - |
| YUV | 123 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 72 | 0 | 0.62 | 0.67 | 0.14 | 4.9 | 0.67 | 0.57 |
| Hex | DB | 54 | 48 | 0 | 3E | 43 | E | 5 | 43 | 39 |
| Octal | 333 | 124 | 110 | 0 | 76 | 103 | 16 | 5 | 103 | 71 |
| Binary | 11011011 | 1010100 | 1001000 | 0 | 111110 | 1000011 | 1110 | 101 | 1000011 | 111001 |
Color Harmonies of #DB5448
Complementary color
Monochromatic Colors of #DB5448
Black with #DB5448
Text Example
Text Example
White with #DB5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5448; }
p { color: rgb(219,84,72); }
H1.HeaderClassName
{
color: #DB5448;
}
.AnyTagClassName
{
color: #DB5448;
}
</style>
background-color css
<style>
a { background-color: #DB5448; }
a { background-color: rgb(219,84,72); }
div.DivClassName
{
background-color: #DB5448;
}
.BgClassName
{
background-color: #DB5448;
}
</style>
border-color css
<style>
span { border-color: #DB5448; }
span { border-color: rgb(219,84,72); }
td.TdClassName
{
border-color: #DB5448;
}
.TagClassName
{
border-color: #DB5448;
}
</style>