#D85D4E

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

Shades of Valencia #D85D4E

Tints of Valencia #D85D4E

Color information

#D85D4E (or 0xD85D4E) is unknown color: approx Valencia. HEX triplet: D8, 5D and 4E. RGB value is (216,93,78). Sum of RGB (Red+Green+Blue) = 216+93+78=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D4E is #27A2B1. Grayscale: #808080. Windows color (decimal): -2597554 or 5135832. OLE color: 5135832.

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

Color convert

RGB2169378-
CMYK00.570.640.15
HSL6.52º63.89%57.65%-
HSV(B)6.52º63.89%84.71%-
XYZ33.6122.989.87-
YUV128.0799.75190.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.81%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=55.81%
G=24.03%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216937800.570.640.156.5263.8957.65
HexD85D4E03940F7403a
Octal33013511607110017710072
Binary11011000101110110011100111001100000011111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85D4E; }

 p { color: rgb(216,93,78); }

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

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

 a { background-color: rgb(216,93,78); }

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

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

 span { border-color: rgb(216,93,78); }

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