Html Css Color HEX #D9737D Froly

📋 copy color: '#D9737D'

red 217 ◦ green 115 ◦ blue 125

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

Shades of Froly #D9737D

Tints of Froly #D9737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 47.48%
G = 25.16%
B = 27.35%

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

#D9737D (or 0xD9737D) is known color: Froly. HEX triplet: D9, 73 and 7D. RGB value is (217,115,125). Sum of RGB (Red+Green+Blue) = 217+115+125=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9737D is #268C82. Grayscale: #929292. Windows color (decimal): -2526339 or 8221657. OLE color: 8221657.

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

Color convert

RGB 217 115 125 -
CMYK 0 0.47 0.42 0.15
HSL 354.12º 0.57% 0.65% -
HSV(B) 354.12º 0.47% 0.85% -
XYZ 38.45 28.49 22.88 -
YUV 146.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 217 115 125 0 0.47 0.42 0.15 354.12 0.57 0.65
Hex D9 73 7D 0 2F 2A F 162 39 41
Octal 331 163 175 0 57 52 17 542 71 101
Binary 11011001 1110011 1111101 0 101111 101010 1111 101100010 111001 1000001

Color Harmonies of #D9737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9737D

Black with #D9737D

Text Example


Text Example

White with #D9737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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