Html Css Color HEX #D6564F Valencia

📋 copy color: '#D6564F'

red 214 ◦ green 86 ◦ blue 79

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

Shades of Valencia #D6564F

Tints of Valencia #D6564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 56.46%
G = 22.69%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6564F (or 0xD6564F) is known color: Valencia. HEX triplet: D6, 56 and 4F. RGB value is (214,86,79). Sum of RGB (Red+Green+Blue) = 214+86+79=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6564F is #29A9B0. Grayscale: #7B7B7B. Windows color (decimal): -2730417 or 5199574. OLE color: 5199574.

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

Color convert

RGB 214 86 79 -
CMYK 0 0.60 0.63 0.16
HSL 3.11º 0.62% 0.57% -
HSV(B) 3.11º 0.63% 0.84% -
XYZ 32.47 21.52 9.84 -
YUV 123.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 214 86 79 0 0.60 0.63 0.16 3.11 0.62 0.57
Hex D6 56 4F 0 3C 3F 10 3 3E 39
Octal 326 126 117 0 74 77 20 3 76 71
Binary 11010110 1010110 1001111 0 111100 111111 10000 11 111110 111001

Color Harmonies of #D6564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6564F

Black with #D6564F

Text Example


Text Example

White with #D6564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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