Shades of Valencia #DB4E4B
Tints of Valencia #DB4E4B
RGB
CMYK
RGB Variations
Color information
#DB4E4B (or 0xDB4E4B) is known color: Valencia. HEX triplet: DB, 4E and 4B. RGB value is (219,78,75). Sum of RGB (Red+Green+Blue) = 219+78+75=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E4B is #24B1B4. Grayscale: #777777. Windows color (decimal): -2404789 or 4935387. OLE color: 4935387.
HSL color Cylindrical-coordinate representation of color #DB4E4B: hue angle of 1.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4E4B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 75 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.14 |
| HSL | 1.25º | 0.67% | 0.58% | - |
| HSV(B) | 1.25º | 0.66% | 0.86% | - |
| XYZ | 33.21 | 21.02 | 8.96 | - |
| YUV | 119.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 75 | 0 | 0.64 | 0.66 | 0.14 | 1.25 | 0.67 | 0.58 |
| Hex | DB | 4E | 4B | 0 | 40 | 42 | E | 1 | 43 | 3A |
| Octal | 333 | 116 | 113 | 0 | 100 | 102 | 16 | 1 | 103 | 72 |
| Binary | 11011011 | 1001110 | 1001011 | 0 | 1000000 | 1000010 | 1110 | 1 | 1000011 | 111010 |
Color Harmonies of #DB4E4B
Complementary color
Monochromatic Colors of #DB4E4B
Black with #DB4E4B
Text Example
Text Example
White with #DB4E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E4B; }
p { color: rgb(219,78,75); }
H1.HeaderClassName
{
color: #DB4E4B;
}
.AnyTagClassName
{
color: #DB4E4B;
}
</style>
background-color css
<style>
a { background-color: #DB4E4B; }
a { background-color: rgb(219,78,75); }
div.DivClassName
{
background-color: #DB4E4B;
}
.BgClassName
{
background-color: #DB4E4B;
}
</style>
border-color css
<style>
span { border-color: #DB4E4B; }
span { border-color: rgb(219,78,75); }
td.TdClassName
{
border-color: #DB4E4B;
}
.TagClassName
{
border-color: #DB4E4B;
}
</style>