Html Css Color HEX #D16672 Froly

📋 copy color: '#D16672'

red 209 ◦ green 102 ◦ blue 114

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

Shades of Froly #D16672

Tints of Froly #D16672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24%

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

R = 49.18%
G = 24%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D16672 (or 0xD16672) is known color: Froly. HEX triplet: D1, 66 and 72. RGB value is (209,102,114). Sum of RGB (Red+Green+Blue) = 209+102+114=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16672 is #2E998D. Grayscale: #878787. Windows color (decimal): -3053966 or 7497425. OLE color: 7497425.

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

Color convert

RGB 209 102 114 -
CMYK 0 0.51 0.45 0.18
HSL 353.27º 0.54% 0.61% -
HSV(B) 353.27º 0.51% 0.82% -
XYZ 34.08 24.27 18.81 -
YUV 135.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 209 102 114 0 0.51 0.45 0.18 353.27 0.54 0.61
Hex D1 66 72 0 33 2D 12 161 36 3D
Octal 321 146 162 0 63 55 22 541 66 75
Binary 11010001 1100110 1110010 0 110011 101101 10010 101100001 110110 111101

Color Harmonies of #D16672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16672

Black with #D16672

Text Example


Text Example

White with #D16672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16672; }

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

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

background-color css

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

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

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

border-color css

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

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

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