#D15655

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

Shades of Valencia #D15655

Tints of Valencia #D15655

Color information

#D15655 (or 0xD15655) is unknown color: approx Valencia. HEX triplet: D1, 56 and 55. RGB value is (209,86,85). Sum of RGB (Red+Green+Blue) = 209+86+85=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D15655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15655 is #2EA9AA. Grayscale: #7A7A7A. Windows color (decimal): -3058091 or 5592785. OLE color: 5592785.

HSL color Cylindrical-coordinate representation of color #D15655: hue angle of 0.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15655 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2098685-
CMYK00.590.590.18
HSL0.48º57.41%57.65%-
HSV(B)0.48º59.33%81.96%-
XYZ31.2620.8710.97-
YUV122.66106.75189.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=55%
G=22.63%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209868500.590.590.180.4857.4157.65
HexD1565503B3B120393a
Octal321126125073732207172
Binary11010001101011010101010111011111011100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15655; }

 p { color: rgb(209,86,85); }

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

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

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

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

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

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

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