#DD5555

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

Shades of Valencia #DD5555

Tints of Valencia #DD5555

Color information

#DD5555 (or 0xDD5555) is unknown color: approx Valencia. HEX triplet: DD, 55 and 55. RGB value is (221,85,85). Sum of RGB (Red+Green+Blue) = 221+85+85=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5555 is #22AAAA. Grayscale: #7D7D7D. Windows color (decimal): -2271915 or 5592541. OLE color: 5592541.

HSL color Cylindrical-coordinate representation of color #DD5555: hue angle of 0º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5555 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2218585-
CMYK00.620.620.13
HSL66.67%60%-
HSV(B)61.54%86.67%-
XYZ34.7122.5311.11-
YUV125.66105.06196-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=56.52%
G=21.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221858500.620.620.13066.6760
HexDD555503E3ED0433c
Octal3351251250767615010374
Binary11011101101010110101010111110111110110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5555; }

 p { color: rgb(221,85,85); }

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

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

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

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

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

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

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