Shades of Valencia #DB5752
Tints of Valencia #DB5752
RGB
CMYK
RGB Variations
Color information
#DB5752 (or 0xDB5752) is known color: Valencia. HEX triplet: DB, 57 and 52. RGB value is (219,87,82). Sum of RGB (Red+Green+Blue) = 219+87+82=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5752 is #24A8AD. Grayscale: #7E7E7E. Windows color (decimal): -2402478 or 5396443. OLE color: 5396443.
HSL color Cylindrical-coordinate representation of color #DB5752: hue angle of 2.19º 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 #DB5752 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 82 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.14 |
| HSL | 2.19º | 0.66% | 0.59% | - |
| HSV(B) | 2.19º | 0.63% | 0.86% | - |
| XYZ | 34.14 | 22.49 | 10.52 | - |
| YUV | 125.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 82 | 0 | 0.60 | 0.63 | 0.14 | 2.19 | 0.66 | 0.59 |
| Hex | DB | 57 | 52 | 0 | 3C | 3F | E | 2 | 42 | 3B |
| Octal | 333 | 127 | 122 | 0 | 74 | 77 | 16 | 2 | 102 | 73 |
| Binary | 11011011 | 1010111 | 1010010 | 0 | 111100 | 111111 | 1110 | 10 | 1000010 | 111011 |
Color Harmonies of #DB5752
Complementary color
Monochromatic Colors of #DB5752
Black with #DB5752
Text Example
Text Example
White with #DB5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5752; }
p { color: rgb(219,87,82); }
H1.HeaderClassName
{
color: #DB5752;
}
.AnyTagClassName
{
color: #DB5752;
}
</style>
background-color css
<style>
a { background-color: #DB5752; }
a { background-color: rgb(219,87,82); }
div.DivClassName
{
background-color: #DB5752;
}
.BgClassName
{
background-color: #DB5752;
}
</style>
border-color css
<style>
span { border-color: #DB5752; }
span { border-color: rgb(219,87,82); }
td.TdClassName
{
border-color: #DB5752;
}
.TagClassName
{
border-color: #DB5752;
}
</style>