Html Css Color HEX #D85D4C Valencia

📋 copy color: '#D85D4C'

red 216 ◦ green 93 ◦ blue 76

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

Shades of Valencia #D85D4C

Tints of Valencia #D85D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 56.1%
G = 24.16%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D85D4C (or 0xD85D4C) is known color: Valencia. HEX triplet: D8, 5D and 4C. RGB value is (216,93,76). Sum of RGB (Red+Green+Blue) = 216+93+76=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D4C is #27A2B3. Grayscale: #808080. Windows color (decimal): -2597556 or 5004760. OLE color: 5004760.

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

Color convert

RGB 216 93 76 -
CMYK 0 0.57 0.65 0.15
HSL 7.29º 0.64% 0.57% -
HSV(B) 7.29º 0.65% 0.85% -
XYZ 33.54 22.95 9.5 -
YUV 127.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 216 93 76 0 0.57 0.65 0.15 7.29 0.64 0.57
Hex D8 5D 4C 0 39 41 F 7 40 39
Octal 330 135 114 0 71 101 17 7 100 71
Binary 11011000 1011101 1001100 0 111001 1000001 1111 111 1000000 111001

Color Harmonies of #D85D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D4C

Black with #D85D4C

Text Example


Text Example

White with #D85D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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