Html Css Color HEX #D8747C Froly

📋 copy color: '#D8747C'

red 216 ◦ green 116 ◦ blue 124

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

Shades of Froly #D8747C

Tints of Froly #D8747C

RGB

 RED value IS 216 (84.77% from 255) = 47.37%

 GREEN value IS 116 (45.7% from 255) = 25.44%

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

R = 47.37%
G = 25.44%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8747C (or 0xD8747C) is known color: Froly. HEX triplet: D8, 74 and 7C. RGB value is (216,116,124). Sum of RGB (Red+Green+Blue) = 216+116+124=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8747C is #278B83. Grayscale: #929292. Windows color (decimal): -2591620 or 8156376. OLE color: 8156376.

HSL color Cylindrical-coordinate representation of color #D8747C: hue angle of 355.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8747C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 124 -
CMYK 0 0.46 0.43 0.15
HSL 355.2º 0.56% 0.65% -
HSV(B) 355.2º 0.46% 0.85% -
XYZ 38.2 28.54 22.57 -
YUV 146.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 216 116 124 0 0.46 0.43 0.15 355.2 0.56 0.65
Hex D8 74 7C 0 2E 2B F 163 38 41
Octal 330 164 174 0 56 53 17 543 70 101
Binary 11011000 1110100 1111100 0 101110 101011 1111 101100011 111000 1000001

Color Harmonies of #D8747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8747C

Black with #D8747C

Text Example


Text Example

White with #D8747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8747C; }

 p { color: rgb(216,116,124); }

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

background-color css

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

 a { background-color: rgb(216,116,124); }

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

border-color css

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

 span { border-color: rgb(216,116,124); }

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