Html Css Color HEX #D1777B Froly

📋 copy color: '#D1777B'

red 209 ◦ green 119 ◦ blue 123

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

Shades of Froly #D1777B

Tints of Froly #D1777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 46.34%
G = 26.39%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1777B (or 0xD1777B) is known color: Froly. HEX triplet: D1, 77 and 7B. RGB value is (209,119,123). Sum of RGB (Red+Green+Blue) = 209+119+123=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1777B is #2E8884. Grayscale: #929292. Windows color (decimal): -3049605 or 8091601. OLE color: 8091601.

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

Color convert

RGB 209 119 123 -
CMYK 0 0.43 0.41 0.18
HSL 357.33º 0.49% 0.64% -
HSV(B) 357.33º 0.43% 0.82% -
XYZ 36.47 28.18 22.26 -
YUV 146.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 209 119 123 0 0.43 0.41 0.18 357.33 0.49 0.64
Hex D1 77 7B 0 2B 29 12 165 31 40
Octal 321 167 173 0 53 51 22 545 61 100
Binary 11010001 1110111 1111011 0 101011 101001 10010 101100101 110001 1000000

Color Harmonies of #D1777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1777B

Black with #D1777B

Text Example


Text Example

White with #D1777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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