Html Css Color HEX #D16C71 Froly

📋 copy color: '#D16C71'

red 209 ◦ green 108 ◦ blue 113

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

Shades of Froly #D16C71

Tints of Froly #D16C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 48.6%
G = 25.12%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D16C71 (or 0xD16C71) is known color: Froly. HEX triplet: D1, 6C and 71. RGB value is (209,108,113). Sum of RGB (Red+Green+Blue) = 209+108+113=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C71 is #2E938E. Grayscale: #8A8A8A. Windows color (decimal): -3052431 or 7433425. OLE color: 7433425.

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

Color convert

RGB 209 108 113 -
CMYK 0 0.48 0.46 0.18
HSL 357.03º 0.52% 0.62% -
HSV(B) 357.03º 0.48% 0.82% -
XYZ 34.64 25.47 18.71 -
YUV 138.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 209 108 113 0 0.48 0.46 0.18 357.03 0.52 0.62
Hex D1 6C 71 0 30 2E 12 165 34 3E
Octal 321 154 161 0 60 56 22 545 64 76
Binary 11010001 1101100 1110001 0 110000 101110 10010 101100101 110100 111110

Color Harmonies of #D16C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C71

Black with #D16C71

Text Example


Text Example

White with #D16C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C71; }

 p { color: rgb(209,108,113); }

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

background-color css

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

 a { background-color: rgb(209,108,113); }

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

border-color css

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

 span { border-color: rgb(209,108,113); }

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