#D85753

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

Shades of Valencia #D85753

Tints of Valencia #D85753

Color information

#D85753 (or 0xD85753) is unknown color: approx Valencia. HEX triplet: D8, 57 and 53. RGB value is (216,87,83). Sum of RGB (Red+Green+Blue) = 216+87+83=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85753 is #27A8AC. Grayscale: #7D7D7D. Windows color (decimal): -2599085 or 5461976. OLE color: 5461976.

HSL color Cylindrical-coordinate representation of color #D85753: hue angle of 1.8º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85753 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2168783-
CMYK00.600.620.15
HSL1.8º63.03%58.63%-
HSV(B)1.8º61.57%84.71%-
XYZ33.2922.0410.68-
YUV125.12104.24192.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.96%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=55.96%
G=22.54%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216878300.600.620.151.863.0358.63
HexD8575303C3EF23f3b
Octal330127123074761727773
Binary11011000101011110100110111100111110111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85753; }

 p { color: rgb(216,87,83); }

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

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

 a { background-color: rgb(216,87,83); }

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

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

 span { border-color: rgb(216,87,83); }

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