Html Css Color HEX #D85756 Valencia

📋 copy color: '#D85756'

red 216 ◦ green 87 ◦ blue 86

#D85756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D85756

Tints of Valencia #D85756

RGB

 RED value IS 216 (84.77% from 255) = 55.53%

 GREEN value IS 87 (34.38% from 255) = 22.37%

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 55.53%
G = 22.37%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D85756 (or 0xD85756) is known color: Valencia. HEX triplet: D8, 57 and 56. RGB value is (216,87,86). Sum of RGB (Red+Green+Blue) = 216+87+86=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D85756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85756 is #27A8A9. Grayscale: #7D7D7D. Windows color (decimal): -2599082 or 5658584. OLE color: 5658584.

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

Color convert

RGB 216 87 86 -
CMYK 0 0.60 0.60 0.15
HSL 0.46º 0.63% 0.59% -
HSV(B) 0.46º 0.6% 0.85% -
XYZ 33.41 22.09 11.31 -
YUV 125.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 216 87 86 0 0.60 0.60 0.15 0.46 0.63 0.59
Hex D8 57 56 0 3C 3C F 0 3E 3B
Octal 330 127 126 0 74 74 17 0 76 73
Binary 11011000 1010111 1010110 0 111100 111100 1111 0 111110 111011

Color Harmonies of #D85756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85756

Black with #D85756

Text Example


Text Example

White with #D85756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85756; }

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

 H1.HeaderClassName
 {
   color: #D85756;
 }
 .AnyTagClassName
 {
   color: #D85756;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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