Html Css Color HEX #D9747D Froly

📋 copy color: '#D9747D'

red 217 ◦ green 116 ◦ blue 125

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

Shades of Froly #D9747D

Tints of Froly #D9747D

RGB

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

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

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

R = 47.38%
G = 25.33%
B = 27.29%

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

#D9747D (or 0xD9747D) is known color: Froly. HEX triplet: D9, 74 and 7D. RGB value is (217,116,125). Sum of RGB (Red+Green+Blue) = 217+116+125=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9747D is #268B82. Grayscale: #939393. Windows color (decimal): -2526083 or 8221913. OLE color: 8221913.

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

Color convert

RGB 217 116 125 -
CMYK 0 0.47 0.42 0.15
HSL 354.65º 0.57% 0.65% -
HSV(B) 354.65º 0.47% 0.85% -
XYZ 38.56 28.72 22.91 -
YUV 147.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 217 116 125 0 0.47 0.42 0.15 354.65 0.57 0.65
Hex D9 74 7D 0 2F 2A F 163 39 41
Octal 331 164 175 0 57 52 17 543 71 101
Binary 11011001 1110100 1111101 0 101111 101010 1111 101100011 111001 1000001

Color Harmonies of #D9747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9747D

Black with #D9747D

Text Example


Text Example

White with #D9747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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