Shades of Valencia #DD5750
Tints of Valencia #DD5750
RGB
CMYK
RGB Variations
Color information
#DD5750 (or 0xDD5750) is known color: Valencia. HEX triplet: DD, 57 and 50. RGB value is (221,87,80). Sum of RGB (Red+Green+Blue) = 221+87+80=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5750 is #22A8AF. Grayscale: #7E7E7E. Windows color (decimal): -2271408 or 5265373. OLE color: 5265373.
HSL color Cylindrical-coordinate representation of color #DD5750: hue angle of 2.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5750 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 80 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.13 |
| HSL | 2.98º | 0.67% | 0.59% | - |
| HSV(B) | 2.98º | 0.64% | 0.87% | - |
| XYZ | 34.67 | 22.77 | 10.16 | - |
| YUV | 126.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 80 | 0 | 0.61 | 0.64 | 0.13 | 2.98 | 0.67 | 0.59 |
| Hex | DD | 57 | 50 | 0 | 3D | 40 | D | 3 | 43 | 3B |
| Octal | 335 | 127 | 120 | 0 | 75 | 100 | 15 | 3 | 103 | 73 |
| Binary | 11011101 | 1010111 | 1010000 | 0 | 111101 | 1000000 | 1101 | 11 | 1000011 | 111011 |
Color Harmonies of #DD5750
Complementary color
Monochromatic Colors of #DD5750
Black with #DD5750
Text Example
Text Example
White with #DD5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5750; }
p { color: rgb(221,87,80); }
H1.HeaderClassName
{
color: #DD5750;
}
.AnyTagClassName
{
color: #DD5750;
}
</style>
background-color css
<style>
a { background-color: #DD5750; }
a { background-color: rgb(221,87,80); }
div.DivClassName
{
background-color: #DD5750;
}
.BgClassName
{
background-color: #DD5750;
}
</style>
border-color css
<style>
span { border-color: #DD5750; }
span { border-color: rgb(221,87,80); }
td.TdClassName
{
border-color: #DD5750;
}
.TagClassName
{
border-color: #DD5750;
}
</style>