Html Css Color HEX #D9747E Froly

📋 copy color: '#D9747E'

red 217 ◦ green 116 ◦ blue 126

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

Shades of Froly #D9747E

Tints of Froly #D9747E

RGB

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

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

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

R = 47.28%
G = 25.27%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9747E (or 0xD9747E) is known color: Froly. HEX triplet: D9, 74 and 7E. RGB value is (217,116,126). Sum of RGB (Red+Green+Blue) = 217+116+126=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9747E is #268B81. Grayscale: #939393. Windows color (decimal): -2526082 or 8287449. OLE color: 8287449.

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

Color convert

RGB 217 116 126 -
CMYK 0 0.47 0.42 0.15
HSL 354.06º 0.57% 0.65% -
HSV(B) 354.06º 0.47% 0.85% -
XYZ 38.63 28.75 23.25 -
YUV 147.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 217 116 126 0 0.47 0.42 0.15 354.06 0.57 0.65
Hex D9 74 7E 0 2F 2A F 162 39 41
Octal 331 164 176 0 57 52 17 542 71 101
Binary 11011001 1110100 1111110 0 101111 101010 1111 101100010 111001 1000001

Color Harmonies of #D9747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9747E

Black with #D9747E

Text Example


Text Example

White with #D9747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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