Html Css Color HEX #D9747F Froly

📋 copy color: '#D9747F'

red 217 ◦ green 116 ◦ blue 127

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

Shades of Froly #D9747F

Tints of Froly #D9747F

RGB

 RED value IS 217 (85.16% from 255) = 47.17%

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

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

R = 47.17%
G = 25.22%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9747F (or 0xD9747F) is known color: Froly. HEX triplet: D9, 74 and 7F. RGB value is (217,116,127). Sum of RGB (Red+Green+Blue) = 217+116+127=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9747F is #268B80. Grayscale: #939393. Windows color (decimal): -2526081 or 8352985. OLE color: 8352985.

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

Color convert

RGB 217 116 127 -
CMYK 0 0.47 0.41 0.15
HSL 353.47º 0.57% 0.65% -
HSV(B) 353.47º 0.47% 0.85% -
XYZ 38.69 28.77 23.59 -
YUV 147.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 217 116 127 0 0.47 0.41 0.15 353.47 0.57 0.65
Hex D9 74 7F 0 2F 29 F 161 39 41
Octal 331 164 177 0 57 51 17 541 71 101
Binary 11011001 1110100 1111111 0 101111 101001 1111 101100001 111001 1000001

Color Harmonies of #D9747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9747F

Black with #D9747F

Text Example


Text Example

White with #D9747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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