#DD5854

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

Shades of Valencia #DD5854

Tints of Valencia #DD5854

Color information

#DD5854 (or 0xDD5854) is unknown color: approx Valencia. HEX triplet: DD, 58 and 54. RGB value is (221,88,84). Sum of RGB (Red+Green+Blue) = 221+88+84=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5854 is #22A7AB. Grayscale: #7F7F7F. Windows color (decimal): -2271148 or 5527773. OLE color: 5527773.

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

Color convert

RGB2218884-
CMYK00.600.620.13
HSL1.75º66.83%59.8%-
HSV(B)1.75º61.99%86.67%-
XYZ34.9122.9910.99-
YUV127.31103.56194.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=56.23%
G=22.39%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221888400.600.620.131.7566.8359.8
HexDD585403C3ED2433c
Octal3351301240747615210374
Binary110111011011000101010001111001111101101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5854; }

 p { color: rgb(221,88,84); }

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

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

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

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

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

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

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