Shades of Valencia #DB5453
Tints of Valencia #DB5453
RGB
CMYK
RGB Variations
Color information
#DB5453 (or 0xDB5453) is known color: Valencia. HEX triplet: DB, 54 and 53. RGB value is (219,84,83). Sum of RGB (Red+Green+Blue) = 219+84+83=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5453 is #24ABAC. Grayscale: #7C7C7C. Windows color (decimal): -2403245 or 5461211. OLE color: 5461211.
HSL color Cylindrical-coordinate representation of color #DB5453: hue angle of 0.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5453 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 83 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.14 |
| HSL | 0.44º | 0.65% | 0.59% | - |
| HSV(B) | 0.44º | 0.62% | 0.86% | - |
| XYZ | 33.95 | 22.03 | 10.65 | - |
| YUV | 124.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 83 | 0 | 0.62 | 0.62 | 0.14 | 0.44 | 0.65 | 0.59 |
| Hex | DB | 54 | 53 | 0 | 3E | 3E | E | 0 | 41 | 3B |
| Octal | 333 | 124 | 123 | 0 | 76 | 76 | 16 | 0 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1010011 | 0 | 111110 | 111110 | 1110 | 0 | 1000001 | 111011 |
Color Harmonies of #DB5453
Complementary color
Monochromatic Colors of #DB5453
Black with #DB5453
Text Example
Text Example
White with #DB5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5453; }
p { color: rgb(219,84,83); }
H1.HeaderClassName
{
color: #DB5453;
}
.AnyTagClassName
{
color: #DB5453;
}
</style>
background-color css
<style>
a { background-color: #DB5453; }
a { background-color: rgb(219,84,83); }
div.DivClassName
{
background-color: #DB5453;
}
.BgClassName
{
background-color: #DB5453;
}
</style>
border-color css
<style>
span { border-color: #DB5453; }
span { border-color: rgb(219,84,83); }
td.TdClassName
{
border-color: #DB5453;
}
.TagClassName
{
border-color: #DB5453;
}
</style>