Shades of Valencia #DA584B
Tints of Valencia #DA584B
RGB
CMYK
RGB Variations
Color information
#DA584B (or 0xDA584B) is known color: Valencia. HEX triplet: DA, 58 and 4B. RGB value is (218,88,75). Sum of RGB (Red+Green+Blue) = 218+88+75=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA584B is #25A7B4. Grayscale: #7D7D7D. Windows color (decimal): -2467765 or 4937946. OLE color: 4937946.
HSL color Cylindrical-coordinate representation of color #DA584B: hue angle of 5.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA584B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 75 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.15 |
| HSL | 5.45º | 0.66% | 0.57% | - |
| HSV(B) | 5.45º | 0.66% | 0.85% | - |
| XYZ | 33.67 | 22.39 | 9.2 | - |
| YUV | 125.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 75 | 0 | 0.60 | 0.66 | 0.15 | 5.45 | 0.66 | 0.57 |
| Hex | DA | 58 | 4B | 0 | 3C | 42 | F | 5 | 42 | 39 |
| Octal | 332 | 130 | 113 | 0 | 74 | 102 | 17 | 5 | 102 | 71 |
| Binary | 11011010 | 1011000 | 1001011 | 0 | 111100 | 1000010 | 1111 | 101 | 1000010 | 111001 |
Color Harmonies of #DA584B
Complementary color
Monochromatic Colors of #DA584B
Black with #DA584B
Text Example
Text Example
White with #DA584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA584B; }
p { color: rgb(218,88,75); }
H1.HeaderClassName
{
color: #DA584B;
}
.AnyTagClassName
{
color: #DA584B;
}
</style>
background-color css
<style>
a { background-color: #DA584B; }
a { background-color: rgb(218,88,75); }
div.DivClassName
{
background-color: #DA584B;
}
.BgClassName
{
background-color: #DA584B;
}
</style>
border-color css
<style>
span { border-color: #DA584B; }
span { border-color: rgb(218,88,75); }
td.TdClassName
{
border-color: #DA584B;
}
.TagClassName
{
border-color: #DA584B;
}
</style>