Html Css Color HEX #D16979 Froly

📋 copy color: '#D16979'

red 209 ◦ green 105 ◦ blue 121

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

Shades of Froly #D16979

Tints of Froly #D16979

RGB

 RED value IS 209 (82.03% from 255) = 48.05%

 GREEN value IS 105 (41.41% from 255) = 24.14%

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

R = 48.05%
G = 24.14%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D16979 (or 0xD16979) is known color: Froly. HEX triplet: D1, 69 and 79. RGB value is (209,105,121). Sum of RGB (Red+Green+Blue) = 209+105+121=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D16979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16979 is #2E9686. Grayscale: #898989. Windows color (decimal): -3053191 or 7956945. OLE color: 7956945.

HSL color Cylindrical-coordinate representation of color #D16979: hue angle of 350.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16979 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 121 -
CMYK 0 0.50 0.42 0.18
HSL 350.77º 0.53% 0.62% -
HSV(B) 350.77º 0.5% 0.82% -
XYZ 34.8 25.04 21.09 -
YUV 137.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 209 105 121 0 0.50 0.42 0.18 350.77 0.53 0.62
Hex D1 69 79 0 32 2A 12 15F 35 3E
Octal 321 151 171 0 62 52 22 537 65 76
Binary 11010001 1101001 1111001 0 110010 101010 10010 101011111 110101 111110

Color Harmonies of #D16979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16979

Black with #D16979

Text Example


Text Example

White with #D16979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16979; }

 p { color: rgb(209,105,121); }

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

background-color css

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

 a { background-color: rgb(209,105,121); }

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

border-color css

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

 span { border-color: rgb(209,105,121); }

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