#D85951

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

Shades of Valencia #D85951

Tints of Valencia #D85951

Color information

#D85951 (or 0xD85951) is unknown color: approx Valencia. HEX triplet: D8, 59 and 51. RGB value is (216,89,81). Sum of RGB (Red+Green+Blue) = 216+89+81=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D85951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85951 is #27A6AE. Grayscale: #7E7E7E. Windows color (decimal): -2598575 or 5331416. OLE color: 5331416.

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

Color convert

RGB2168981-
CMYK00.590.620.15
HSL3.56º63.38%58.24%-
HSV(B)3.56º62.5%84.71%-
XYZ33.3822.3410.34-
YUV126.06102.58192.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.96%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=55.96%
G=23.06%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216898100.590.620.153.5663.3858.24
HexD8595103B3EF43f3a
Octal330131121073761747772
Binary110110001011001101000101110111111101111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85951; }

 p { color: rgb(216,89,81); }

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

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

 a { background-color: rgb(216,89,81); }

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

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

 span { border-color: rgb(216,89,81); }

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