Html Css Color HEX #D16F72 Froly

📋 copy color: '#D16F72'

red 209 ◦ green 111 ◦ blue 114

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

Shades of Froly #D16F72

Tints of Froly #D16F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 48.16%
G = 25.58%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D16F72 (or 0xD16F72) is known color: Froly. HEX triplet: D1, 6F and 72. RGB value is (209,111,114). Sum of RGB (Red+Green+Blue) = 209+111+114=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F72 is #2E908D. Grayscale: #8C8C8C. Windows color (decimal): -3051662 or 7499729. OLE color: 7499729.

HSL color Cylindrical-coordinate representation of color #D16F72: hue angle of 358.16º 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 #D16F72 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 114 -
CMYK 0 0.47 0.45 0.18
HSL 358.16º 0.52% 0.63% -
HSV(B) 358.16º 0.47% 0.82% -
XYZ 35.02 26.14 19.12 -
YUV 140.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 209 111 114 0 0.47 0.45 0.18 358.16 0.52 0.63
Hex D1 6F 72 0 2F 2D 12 166 34 3F
Octal 321 157 162 0 57 55 22 546 64 77
Binary 11010001 1101111 1110010 0 101111 101101 10010 101100110 110100 111111

Color Harmonies of #D16F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F72

Black with #D16F72

Text Example


Text Example

White with #D16F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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