Html Css Color HEX #D97780 Froly

📋 copy color: '#D97780'

red 217 ◦ green 119 ◦ blue 128

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

Shades of Froly #D97780

Tints of Froly #D97780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

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

R = 46.77%
G = 25.65%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D97780 (or 0xD97780) is known color: Froly. HEX triplet: D9, 77 and 80. RGB value is (217,119,128). Sum of RGB (Red+Green+Blue) = 217+119+128=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D97780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97780 is #26887F. Grayscale: #959595. Windows color (decimal): -2525312 or 8419289. OLE color: 8419289.

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

Color convert

RGB 217 119 128 -
CMYK 0 0.45 0.41 0.15
HSL 354.49º 0.56% 0.66% -
HSV(B) 354.49º 0.45% 0.85% -
XYZ 39.11 29.5 24.06 -
YUV 149.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 217 119 128 0 0.45 0.41 0.15 354.49 0.56 0.66
Hex D9 77 80 0 2D 29 F 162 38 42
Octal 331 167 200 0 55 51 17 542 70 102
Binary 11011001 1110111 10000000 0 101101 101001 1111 101100010 111000 1000010

Color Harmonies of #D97780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97780

Black with #D97780

Text Example


Text Example

White with #D97780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97780; }

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

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

background-color css

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

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

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

border-color css

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

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

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