Html Css Color HEX #D85D4E Valencia

📋 copy color: '#D85D4E'

red 216 ◦ green 93 ◦ blue 78

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

Shades of Valencia #D85D4E

Tints of Valencia #D85D4E

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 value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D85D4E (or 0xD85D4E) is known color: 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

RGB 216 93 78 -
CMYK 0 0.57 0.64 0.15
HSL 6.52º 0.64% 0.58% -
HSV(B) 6.52º 0.64% 0.85% -
XYZ 33.61 22.98 9.87 -
YUV 128.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 216 93 78 0 0.57 0.64 0.15 6.52 0.64 0.58
Hex D8 5D 4E 0 39 40 F 7 40 3A
Octal 330 135 116 0 71 100 17 7 100 72
Binary 11011000 1011101 1001110 0 111001 1000000 1111 111 1000000 111010

Color Harmonies of #D85D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D4E

Black with #D85D4E

Text Example


Text Example

White with #D85D4E

Text Example


Text Example

HTML Codes & Css Web 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>