Html Css Color HEX #D7564E Valencia

📋 copy color: '#D7564E'

red 215 ◦ green 86 ◦ blue 78

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

Shades of Valencia #D7564E

Tints of Valencia #D7564E

RGB

 RED value IS 215 (84.38% from 255) = 56.73%

 GREEN value IS 86 (33.98% from 255) = 22.69%

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 56.73%
G = 22.69%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7564E (or 0xD7564E) is known color: Valencia. HEX triplet: D7, 56 and 4E. RGB value is (215,86,78). Sum of RGB (Red+Green+Blue) = 215+86+78=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7564E is #28A9B1. Grayscale: #7B7B7B. Windows color (decimal): -2664882 or 5134039. OLE color: 5134039.

HSL color Cylindrical-coordinate representation of color #D7564E: hue angle of 3.5º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7564E is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 78 -
CMYK 0 0.6 0.64 0.16
HSL 3.5º 0.63% 0.57% -
HSV(B) 3.5º 0.64% 0.84% -
XYZ 32.73 21.65 9.66 -
YUV 123.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 215 86 78 0 0.6 0.64 0.16 3.5 0.63 0.57
Hex D7 56 4E 0 3C 40 10 4 3F 39
Octal 327 126 116 0 74 100 20 4 77 71
Binary 11010111 1010110 1001110 0 111100 1000000 10000 100 111111 111001

Color Harmonies of #D7564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7564E

Black with #D7564E

Text Example


Text Example

White with #D7564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7564E; }

 p { color: rgb(215,86,78); }

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

background-color css

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

 a { background-color: rgb(215,86,78); }

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

border-color css

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

 span { border-color: rgb(215,86,78); }

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