Html Css Color HEX #D97F80 Froly

📋 copy color: '#D97F80'

red 217 ◦ green 127 ◦ blue 128

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

Shades of Froly #D97F80

Tints of Froly #D97F80

RGB

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

 GREEN value IS 127 (50% from 255) = 26.91%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 45.97%
G = 26.91%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D97F80 (or 0xD97F80) is known color: Froly. HEX triplet: D9, 7F and 80. RGB value is (217,127,128). Sum of RGB (Red+Green+Blue) = 217+127+128=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F80 is #26807F. Grayscale: #9A9A9A. Windows color (decimal): -2523264 or 8421337. OLE color: 8421337.

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

Color convert

RGB 217 127 128 -
CMYK 0 0.41 0.41 0.15
HSL 359.33º 0.54% 0.67% -
HSV(B) 359.33º 0.41% 0.85% -
XYZ 40.1 31.49 24.39 -
YUV 154.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 217 127 128 0 0.41 0.41 0.15 359.33 0.54 0.67
Hex D9 7F 80 0 29 29 F 167 36 43
Octal 331 177 200 0 51 51 17 547 66 103
Binary 11011001 1111111 10000000 0 101001 101001 1111 101100111 110110 1000011

Color Harmonies of #D97F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F80

Black with #D97F80

Text Example


Text Example

White with #D97F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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