Html Css Color HEX #D8747F Froly

📋 copy color: '#D8747F'

red 216 ◦ green 116 ◦ blue 127

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

Shades of Froly #D8747F

Tints of Froly #D8747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 47.06%
G = 25.27%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8747F (or 0xD8747F) is known color: Froly. HEX triplet: D8, 74 and 7F. RGB value is (216,116,127). Sum of RGB (Red+Green+Blue) = 216+116+127=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8747F is #278B80. Grayscale: #939393. Windows color (decimal): -2591617 or 8352984. OLE color: 8352984.

HSL color Cylindrical-coordinate representation of color #D8747F: hue angle of 353.4º 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 #D8747F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 127 -
CMYK 0 0.46 0.41 0.15
HSL 353.4º 0.56% 0.65% -
HSV(B) 353.4º 0.46% 0.85% -
XYZ 38.4 28.62 23.58 -
YUV 147.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 216 116 127 0 0.46 0.41 0.15 353.4 0.56 0.65
Hex D8 74 7F 0 2E 29 F 161 38 41
Octal 330 164 177 0 56 51 17 541 70 101
Binary 11011000 1110100 1111111 0 101110 101001 1111 101100001 111000 1000001

Color Harmonies of #D8747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8747F

Black with #D8747F

Text Example


Text Example

White with #D8747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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