Shades of Valencia #DB5350
Tints of Valencia #DB5350
RGB
CMYK
RGB Variations
Color information
#DB5350 (or 0xDB5350) is known color: Valencia. HEX triplet: DB, 53 and 50. RGB value is (219,83,80). Sum of RGB (Red+Green+Blue) = 219+83+80=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5350 is #24ACAF. Grayscale: #7B7B7B. Windows color (decimal): -2403504 or 5264347. OLE color: 5264347.
HSL color Cylindrical-coordinate representation of color #DB5350: hue angle of 1.29º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5350 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 80 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.14 |
| HSL | 1.29º | 0.66% | 0.59% | - |
| HSV(B) | 1.29º | 0.63% | 0.86% | - |
| XYZ | 33.75 | 21.83 | 10.02 | - |
| YUV | 123.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 80 | 0 | 0.62 | 0.63 | 0.14 | 1.29 | 0.66 | 0.59 |
| Hex | DB | 53 | 50 | 0 | 3E | 3F | E | 1 | 42 | 3B |
| Octal | 333 | 123 | 120 | 0 | 76 | 77 | 16 | 1 | 102 | 73 |
| Binary | 11011011 | 1010011 | 1010000 | 0 | 111110 | 111111 | 1110 | 1 | 1000010 | 111011 |
Color Harmonies of #DB5350
Complementary color
Monochromatic Colors of #DB5350
Black with #DB5350
Text Example
Text Example
White with #DB5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5350; }
p { color: rgb(219,83,80); }
H1.HeaderClassName
{
color: #DB5350;
}
.AnyTagClassName
{
color: #DB5350;
}
</style>
background-color css
<style>
a { background-color: #DB5350; }
a { background-color: rgb(219,83,80); }
div.DivClassName
{
background-color: #DB5350;
}
.BgClassName
{
background-color: #DB5350;
}
</style>
border-color css
<style>
span { border-color: #DB5350; }
span { border-color: rgb(219,83,80); }
td.TdClassName
{
border-color: #DB5350;
}
.TagClassName
{
border-color: #DB5350;
}
</style>