Html Css Color HEX #D17071 Froly

📋 copy color: '#D17071'

red 209 ◦ green 112 ◦ blue 113

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

Shades of Froly #D17071

Tints of Froly #D17071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

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

R = 48.16%
G = 25.81%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D17071 (or 0xD17071) is known color: Froly. HEX triplet: D1, 70 and 71. RGB value is (209,112,113). Sum of RGB (Red+Green+Blue) = 209+112+113=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D17071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17071 is #2E8F8E. Grayscale: #8D8D8D. Windows color (decimal): -3051407 or 7434449. OLE color: 7434449.

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

Color convert

RGB 209 112 113 -
CMYK 0 0.46 0.46 0.18
HSL 359.38º 0.51% 0.63% -
HSV(B) 359.38º 0.46% 0.82% -
XYZ 35.07 26.34 18.86 -
YUV 141.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 209 112 113 0 0.46 0.46 0.18 359.38 0.51 0.63
Hex D1 70 71 0 2E 2E 12 167 33 3F
Octal 321 160 161 0 56 56 22 547 63 77
Binary 11010001 1110000 1110001 0 101110 101110 10010 101100111 110011 111111

Color Harmonies of #D17071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17071

Black with #D17071

Text Example


Text Example

White with #D17071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17071; }

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

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

background-color css

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

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

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

border-color css

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

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

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