Shades of Valencia #DD594A
Tints of Valencia #DD594A
RGB
CMYK
RGB Variations
Color information
#DD594A (or 0xDD594A) is known color: Valencia. HEX triplet: DD, 59 and 4A. RGB value is (221,89,74). Sum of RGB (Red+Green+Blue) = 221+89+74=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD594A is #22A6B5. Grayscale: #7E7E7E. Windows color (decimal): -2270902 or 4872669. OLE color: 4872669.
HSL color Cylindrical-coordinate representation of color #DD594A: hue angle of 6.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD594A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 74 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.13 |
| HSL | 6.12º | 0.68% | 0.58% | - |
| HSV(B) | 6.12º | 0.67% | 0.87% | - |
| XYZ | 34.63 | 23.01 | 9.1 | - |
| YUV | 126.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 74 | 0 | 0.60 | 0.67 | 0.13 | 6.12 | 0.68 | 0.58 |
| Hex | DD | 59 | 4A | 0 | 3C | 43 | D | 6 | 44 | 3A |
| Octal | 335 | 131 | 112 | 0 | 74 | 103 | 15 | 6 | 104 | 72 |
| Binary | 11011101 | 1011001 | 1001010 | 0 | 111100 | 1000011 | 1101 | 110 | 1000100 | 111010 |
Color Harmonies of #DD594A
Complementary color
Monochromatic Colors of #DD594A
Black with #DD594A
Text Example
Text Example
White with #DD594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD594A; }
p { color: rgb(221,89,74); }
H1.HeaderClassName
{
color: #DD594A;
}
.AnyTagClassName
{
color: #DD594A;
}
</style>
background-color css
<style>
a { background-color: #DD594A; }
a { background-color: rgb(221,89,74); }
div.DivClassName
{
background-color: #DD594A;
}
.BgClassName
{
background-color: #DD594A;
}
</style>
border-color css
<style>
span { border-color: #DD594A; }
span { border-color: rgb(221,89,74); }
td.TdClassName
{
border-color: #DD594A;
}
.TagClassName
{
border-color: #DD594A;
}
</style>