Shades of Valencia #DD574E
Tints of Valencia #DD574E
RGB
CMYK
RGB Variations
Color information
#DD574E (or 0xDD574E) is known color: Valencia. HEX triplet: DD, 57 and 4E. RGB value is (221,87,78). Sum of RGB (Red+Green+Blue) = 221+87+78=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD574E is #22A8B1. Grayscale: #7E7E7E. Windows color (decimal): -2271410 or 5134301. OLE color: 5134301.
HSL color Cylindrical-coordinate representation of color #DD574E: hue angle of 3.78º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD574E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 78 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.13 |
| HSL | 3.78º | 0.68% | 0.59% | - |
| HSV(B) | 3.78º | 0.65% | 0.87% | - |
| XYZ | 34.6 | 22.74 | 9.77 | - |
| YUV | 126.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 78 | 0 | 0.61 | 0.65 | 0.13 | 3.78 | 0.68 | 0.59 |
| Hex | DD | 57 | 4E | 0 | 3D | 41 | D | 4 | 44 | 3B |
| Octal | 335 | 127 | 116 | 0 | 75 | 101 | 15 | 4 | 104 | 73 |
| Binary | 11011101 | 1010111 | 1001110 | 0 | 111101 | 1000001 | 1101 | 100 | 1000100 | 111011 |
Color Harmonies of #DD574E
Complementary color
Monochromatic Colors of #DD574E
Black with #DD574E
Text Example
Text Example
White with #DD574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD574E; }
p { color: rgb(221,87,78); }
H1.HeaderClassName
{
color: #DD574E;
}
.AnyTagClassName
{
color: #DD574E;
}
</style>
background-color css
<style>
a { background-color: #DD574E; }
a { background-color: rgb(221,87,78); }
div.DivClassName
{
background-color: #DD574E;
}
.BgClassName
{
background-color: #DD574E;
}
</style>
border-color css
<style>
span { border-color: #DD574E; }
span { border-color: rgb(221,87,78); }
td.TdClassName
{
border-color: #DD574E;
}
.TagClassName
{
border-color: #DD574E;
}
</style>