Html Css Color HEX #D97071 Froly

📋 copy color: '#D97071'

red 217 ◦ green 112 ◦ blue 113

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

Shades of Froly #D97071

Tints of Froly #D97071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 49.1%
G = 25.34%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97071 (or 0xD97071) is known color: Froly. HEX triplet: D9, 70 and 71. RGB value is (217,112,113). Sum of RGB (Red+Green+Blue) = 217+112+113=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D97071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97071 is #268F8E. Grayscale: #8F8F8F. Windows color (decimal): -2527119 or 7434457. OLE color: 7434457.

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

Color convert

RGB 217 112 113 -
CMYK 0 0.48 0.48 0.15
HSL 359.43º 0.58% 0.65% -
HSV(B) 359.43º 0.48% 0.85% -
XYZ 37.39 27.53 18.97 -
YUV 143.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 217 112 113 0 0.48 0.48 0.15 359.43 0.58 0.65
Hex D9 70 71 0 30 30 F 167 3A 41
Octal 331 160 161 0 60 60 17 547 72 101
Binary 11011001 1110000 1110001 0 110000 110000 1111 101100111 111010 1000001

Color Harmonies of #D97071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97071

Black with #D97071

Text Example


Text Example

White with #D97071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97071; }

 p { color: rgb(217,112,113); }

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

background-color css

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

 a { background-color: rgb(217,112,113); }

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

border-color css

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

 span { border-color: rgb(217,112,113); }

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