Shades of Valencia #DB554F
Tints of Valencia #DB554F
RGB
CMYK
RGB Variations
Color information
#DB554F (or 0xDB554F) is known color: Valencia. HEX triplet: DB, 55 and 4F. RGB value is (219,85,79). Sum of RGB (Red+Green+Blue) = 219+85+79=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB554F is #24AAB0. Grayscale: #7C7C7C. Windows color (decimal): -2402993 or 5199323. OLE color: 5199323.
HSL color Cylindrical-coordinate representation of color #DB554F: hue angle of 2.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB554F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 79 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.14 |
| HSL | 2.57º | 0.66% | 0.58% | - |
| HSV(B) | 2.57º | 0.64% | 0.86% | - |
| XYZ | 33.87 | 22.12 | 9.88 | - |
| YUV | 124.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 79 | 0 | 0.61 | 0.64 | 0.14 | 2.57 | 0.66 | 0.58 |
| Hex | DB | 55 | 4F | 0 | 3D | 40 | E | 3 | 42 | 3A |
| Octal | 333 | 125 | 117 | 0 | 75 | 100 | 16 | 3 | 102 | 72 |
| Binary | 11011011 | 1010101 | 1001111 | 0 | 111101 | 1000000 | 1110 | 11 | 1000010 | 111010 |
Color Harmonies of #DB554F
Complementary color
Monochromatic Colors of #DB554F
Black with #DB554F
Text Example
Text Example
White with #DB554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB554F; }
p { color: rgb(219,85,79); }
H1.HeaderClassName
{
color: #DB554F;
}
.AnyTagClassName
{
color: #DB554F;
}
</style>
background-color css
<style>
a { background-color: #DB554F; }
a { background-color: rgb(219,85,79); }
div.DivClassName
{
background-color: #DB554F;
}
.BgClassName
{
background-color: #DB554F;
}
</style>
border-color css
<style>
span { border-color: #DB554F; }
span { border-color: rgb(219,85,79); }
td.TdClassName
{
border-color: #DB554F;
}
.TagClassName
{
border-color: #DB554F;
}
</style>