#D15955

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

Shades of Valencia #D15955

Tints of Valencia #D15955

Color information

#D15955 (or 0xD15955) is unknown color: approx Valencia. HEX triplet: D1, 59 and 55. RGB value is (209,89,85). Sum of RGB (Red+Green+Blue) = 209+89+85=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D15955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15955 is #2EA6AA. Grayscale: #7C7C7C. Windows color (decimal): -3057323 or 5593553. OLE color: 5593553.

HSL color Cylindrical-coordinate representation of color #D15955: hue angle of 1.94º 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 #D15955 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB2098985-
CMYK00.570.590.18
HSL1.94º57.41%57.65%-
HSV(B)1.94º59.33%81.96%-
XYZ31.5121.3611.06-
YUV124.42105.76188.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=54.57%
G=23.24%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209898500.570.590.181.9457.4157.65
HexD159550393B122393a
Octal321131125071732227172
Binary110100011011001101010101110011110111001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15955; }

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

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

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

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

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

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

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

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