Html Css Color HEX #D8747E Froly

📋 copy color: '#D8747E'

red 216 ◦ green 116 ◦ blue 126

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

Shades of Froly #D8747E

Tints of Froly #D8747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 47.16%
G = 25.33%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8747E (or 0xD8747E) is known color: Froly. HEX triplet: D8, 74 and 7E. RGB value is (216,116,126). Sum of RGB (Red+Green+Blue) = 216+116+126=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8747E is #278B81. Grayscale: #939393. Windows color (decimal): -2591618 or 8287448. OLE color: 8287448.

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

Color convert

RGB 216 116 126 -
CMYK 0 0.46 0.42 0.15
HSL 354º 0.56% 0.65% -
HSV(B) 354º 0.46% 0.85% -
XYZ 38.33 28.6 23.24 -
YUV 147.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 216 116 126 0 0.46 0.42 0.15 354 0.56 0.65
Hex D8 74 7E 0 2E 2A F 162 38 41
Octal 330 164 176 0 56 52 17 542 70 101
Binary 11011000 1110100 1111110 0 101110 101010 1111 101100010 111000 1000001

Color Harmonies of #D8747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8747E

Black with #D8747E

Text Example


Text Example

White with #D8747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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