#DD5650

Color #DD5650 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DD5650

Tints of Valencia #DD5650

Color information

#DD5650 (or 0xDD5650) is unknown color: approx Valencia. HEX triplet: DD, 56 and 50. RGB value is (221,86,80). Sum of RGB (Red+Green+Blue) = 221+86+80=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5650 is #22A9AF. Grayscale: #7D7D7D. Windows color (decimal): -2271664 or 5265117. OLE color: 5265117.

HSL color Cylindrical-coordinate representation of color #DD5650: hue angle of 2.55º 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 #DD5650 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2218680-
CMYK00.610.640.13
HSL2.55º67.46%59.02%-
HSV(B)2.55º63.8%86.67%-
XYZ34.5922.6110.13-
YUV125.68102.23195.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=57.11%
G=22.22%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221868000.610.640.132.5567.4659.02
HexDD565003D40D3433b
Octal33512612007510015310373
Binary1101110110101101010000011110110000001101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5650; }

 p { color: rgb(221,86,80); }

 H1.HeaderClassName
 {
   color: #DD5650;
 }
 .AnyTagClassName
 {
   color: #DD5650;
 }
</style>
background-color css

<style>
 a { background-color: #DD5650; }

 a { background-color: rgb(221,86,80); }

 div.DivClassName
 {
   background-color: #DD5650;
 }
 .BgClassName
 {
   background-color: #DD5650;
 }
</style>
border-color css

<style>
 span { border-color: #DD5650; }

 span { border-color: rgb(221,86,80); }

 td.TdClassName
 {
   border-color: #DD5650;
 }
 .TagClassName
 {
   border-color: #DD5650;
 }
</style>