Html Css Color HEX #D97279 Froly

📋 copy color: '#D97279'

red 217 ◦ green 114 ◦ blue 121

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

Shades of Froly #D97279

Tints of Froly #D97279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 121 (47.66% from 255) = 26.77%

R = 48.01%
G = 25.22%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D97279 (or 0xD97279) is known color: Froly. HEX triplet: D9, 72 and 79. RGB value is (217,114,121). Sum of RGB (Red+Green+Blue) = 217+114+121=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D97279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97279 is #268D86. Grayscale: #919191. Windows color (decimal): -2526599 or 7959257. OLE color: 7959257.

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

Color convert

RGB 217 114 121 -
CMYK 0 0.47 0.44 0.15
HSL 355.92º 0.58% 0.65% -
HSV(B) 355.92º 0.47% 0.85% -
XYZ 38.08 28.17 21.52 -
YUV 145.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 217 114 121 0 0.47 0.44 0.15 355.92 0.58 0.65
Hex D9 72 79 0 2F 2C F 164 3A 41
Octal 331 162 171 0 57 54 17 544 72 101
Binary 11011001 1110010 1111001 0 101111 101100 1111 101100100 111010 1000001

Color Harmonies of #D97279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97279

Black with #D97279

Text Example


Text Example

White with #D97279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97279; }

 p { color: rgb(217,114,121); }

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

background-color css

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

 a { background-color: rgb(217,114,121); }

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

border-color css

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

 span { border-color: rgb(217,114,121); }

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