Html Css Color HEX #D8747D Froly

📋 copy color: '#D8747D'

red 216 ◦ green 116 ◦ blue 125

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

Shades of Froly #D8747D

Tints of Froly #D8747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 47.26%
G = 25.38%
B = 27.35%

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

#D8747D (or 0xD8747D) is known color: Froly. HEX triplet: D8, 74 and 7D. RGB value is (216,116,125). Sum of RGB (Red+Green+Blue) = 216+116+125=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8747D is #278B82. Grayscale: #929292. Windows color (decimal): -2591619 or 8221912. OLE color: 8221912.

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

Color convert

RGB 216 116 125 -
CMYK 0 0.46 0.42 0.15
HSL 354.6º 0.56% 0.65% -
HSV(B) 354.6º 0.46% 0.85% -
XYZ 38.27 28.57 22.9 -
YUV 146.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 216 116 125 0 0.46 0.42 0.15 354.6 0.56 0.65
Hex D8 74 7D 0 2E 2A F 163 38 41
Octal 330 164 175 0 56 52 17 543 70 101
Binary 11011000 1110100 1111101 0 101110 101010 1111 101100011 111000 1000001

Color Harmonies of #D8747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8747D

Black with #D8747D

Text Example


Text Example

White with #D8747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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