Html Css Color HEX #D6737C Froly

📋 copy color: '#D6737C'

red 214 ◦ green 115 ◦ blue 124

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

Shades of Froly #D6737C

Tints of Froly #D6737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 47.24%
G = 25.39%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6737C (or 0xD6737C) is known color: Froly. HEX triplet: D6, 73 and 7C. RGB value is (214,115,124). Sum of RGB (Red+Green+Blue) = 214+115+124=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6737C is #298C83. Grayscale: #919191. Windows color (decimal): -2722948 or 8156118. OLE color: 8156118.

HSL color Cylindrical-coordinate representation of color #D6737C: hue angle of 354.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6737C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 124 -
CMYK 0 0.46 0.42 0.16
HSL 354.55º 0.55% 0.65% -
HSV(B) 354.55º 0.46% 0.84% -
XYZ 37.5 28.01 22.5 -
YUV 145.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 214 115 124 0 0.46 0.42 0.16 354.55 0.55 0.65
Hex D6 73 7C 0 2E 2A 10 163 37 41
Octal 326 163 174 0 56 52 20 543 67 101
Binary 11010110 1110011 1111100 0 101110 101010 10000 101100011 110111 1000001

Color Harmonies of #D6737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6737C

Black with #D6737C

Text Example


Text Example

White with #D6737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6737C; }

 p { color: rgb(214,115,124); }

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

background-color css

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

 a { background-color: rgb(214,115,124); }

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

border-color css

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

 span { border-color: rgb(214,115,124); }

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