Html Css Color HEX #D16F77 Froly

📋 copy color: '#D16F77'

red 209 ◦ green 111 ◦ blue 119

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

Shades of Froly #D16F77

Tints of Froly #D16F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 47.61%
G = 25.28%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D16F77 (or 0xD16F77) is known color: Froly. HEX triplet: D1, 6F and 77. RGB value is (209,111,119). Sum of RGB (Red+Green+Blue) = 209+111+119=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F77 is #2E9088. Grayscale: #8D8D8D. Windows color (decimal): -3051657 or 7827409. OLE color: 7827409.

HSL color Cylindrical-coordinate representation of color #D16F77: hue angle of 355.1º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16F77 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 119 -
CMYK 0 0.47 0.43 0.18
HSL 355.1º 0.52% 0.63% -
HSV(B) 355.1º 0.47% 0.82% -
XYZ 35.31 26.26 20.66 -
YUV 141.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 209 111 119 0 0.47 0.43 0.18 355.1 0.52 0.63
Hex D1 6F 77 0 2F 2B 12 163 34 3F
Octal 321 157 167 0 57 53 22 543 64 77
Binary 11010001 1101111 1110111 0 101111 101011 10010 101100011 110100 111111

Color Harmonies of #D16F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F77

Black with #D16F77

Text Example


Text Example

White with #D16F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F77; }

 p { color: rgb(209,111,119); }

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

background-color css

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

 a { background-color: rgb(209,111,119); }

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

border-color css

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

 span { border-color: rgb(209,111,119); }

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