Shades of Valencia #DB4E44
Tints of Valencia #DB4E44
RGB
CMYK
RGB Variations
Color information
#DB4E44 (or 0xDB4E44) is known color: Valencia. HEX triplet: DB, 4E and 44. RGB value is (219,78,68). Sum of RGB (Red+Green+Blue) = 219+78+68=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E44 is #24B1BB. Grayscale: #777777. Windows color (decimal): -2404796 or 4476635. OLE color: 4476635.
HSL color Cylindrical-coordinate representation of color #DB4E44: hue angle of 3.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4E44 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 68 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.14 |
| HSL | 3.97º | 0.68% | 0.56% | - |
| HSV(B) | 3.97º | 0.69% | 0.86% | - |
| XYZ | 32.98 | 20.93 | 7.77 | - |
| YUV | 119.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 68 | 0 | 0.64 | 0.69 | 0.14 | 3.97 | 0.68 | 0.56 |
| Hex | DB | 4E | 44 | 0 | 40 | 45 | E | 4 | 44 | 38 |
| Octal | 333 | 116 | 104 | 0 | 100 | 105 | 16 | 4 | 104 | 70 |
| Binary | 11011011 | 1001110 | 1000100 | 0 | 1000000 | 1000101 | 1110 | 100 | 1000100 | 111000 |
Color Harmonies of #DB4E44
Complementary color
Monochromatic Colors of #DB4E44
Black with #DB4E44
Text Example
Text Example
White with #DB4E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E44; }
p { color: rgb(219,78,68); }
H1.HeaderClassName
{
color: #DB4E44;
}
.AnyTagClassName
{
color: #DB4E44;
}
</style>
background-color css
<style>
a { background-color: #DB4E44; }
a { background-color: rgb(219,78,68); }
div.DivClassName
{
background-color: #DB4E44;
}
.BgClassName
{
background-color: #DB4E44;
}
</style>
border-color css
<style>
span { border-color: #DB4E44; }
span { border-color: rgb(219,78,68); }
td.TdClassName
{
border-color: #DB4E44;
}
.TagClassName
{
border-color: #DB4E44;
}
</style>