Shades of Valencia #DB4E48
Tints of Valencia #DB4E48
RGB
CMYK
RGB Variations
Color information
#DB4E48 (or 0xDB4E48) is known color: Valencia. HEX triplet: DB, 4E and 48. RGB value is (219,78,72). Sum of RGB (Red+Green+Blue) = 219+78+72=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E48 is #24B1B7. Grayscale: #777777. Windows color (decimal): -2404792 or 4738779. OLE color: 4738779.
HSL color Cylindrical-coordinate representation of color #DB4E48: hue angle of 2.45º 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 #DB4E48 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 72 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.14 |
| HSL | 2.45º | 0.67% | 0.57% | - |
| HSV(B) | 2.45º | 0.67% | 0.86% | - |
| XYZ | 33.11 | 20.98 | 8.43 | - |
| YUV | 119.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 72 | 0 | 0.64 | 0.67 | 0.14 | 2.45 | 0.67 | 0.57 |
| Hex | DB | 4E | 48 | 0 | 40 | 43 | E | 2 | 43 | 39 |
| Octal | 333 | 116 | 110 | 0 | 100 | 103 | 16 | 2 | 103 | 71 |
| Binary | 11011011 | 1001110 | 1001000 | 0 | 1000000 | 1000011 | 1110 | 10 | 1000011 | 111001 |
Color Harmonies of #DB4E48
Complementary color
Monochromatic Colors of #DB4E48
Black with #DB4E48
Text Example
Text Example
White with #DB4E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E48; }
p { color: rgb(219,78,72); }
H1.HeaderClassName
{
color: #DB4E48;
}
.AnyTagClassName
{
color: #DB4E48;
}
</style>
background-color css
<style>
a { background-color: #DB4E48; }
a { background-color: rgb(219,78,72); }
div.DivClassName
{
background-color: #DB4E48;
}
.BgClassName
{
background-color: #DB4E48;
}
</style>
border-color css
<style>
span { border-color: #DB4E48; }
span { border-color: rgb(219,78,72); }
td.TdClassName
{
border-color: #DB4E48;
}
.TagClassName
{
border-color: #DB4E48;
}
</style>