Html Css Color HEX #D6564E Valencia

📋 copy color: '#D6564E'

red 214 ◦ green 86 ◦ blue 78

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

Shades of Valencia #D6564E

Tints of Valencia #D6564E

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

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

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

R = 56.61%
G = 22.75%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6564E (or 0xD6564E) is known color: Valencia. HEX triplet: D6, 56 and 4E. RGB value is (214,86,78). Sum of RGB (Red+Green+Blue) = 214+86+78=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6564E is #29A9B1. Grayscale: #7B7B7B. Windows color (decimal): -2730418 or 5134038. OLE color: 5134038.

HSL color Cylindrical-coordinate representation of color #D6564E: hue angle of 3.53º degrees, saturation: 0.62, 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 #D6564E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 78 -
CMYK 0 0.60 0.64 0.16
HSL 3.53º 0.62% 0.57% -
HSV(B) 3.53º 0.64% 0.84% -
XYZ 32.43 21.5 9.65 -
YUV 123.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 214 86 78 0 0.60 0.64 0.16 3.53 0.62 0.57
Hex D6 56 4E 0 3C 40 10 4 3E 39
Octal 326 126 116 0 74 100 20 4 76 71
Binary 11010110 1010110 1001110 0 111100 1000000 10000 100 111110 111001

Color Harmonies of #D6564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6564E

Black with #D6564E

Text Example


Text Example

White with #D6564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6564E; }

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

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

background-color css

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

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

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

border-color css

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

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

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