Html Css Color HEX #D16871 Froly

📋 copy color: '#D16871'

red 209 ◦ green 104 ◦ blue 113

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

Shades of Froly #D16871

Tints of Froly #D16871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

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

R = 49.06%
G = 24.41%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D16871 (or 0xD16871) is known color: Froly. HEX triplet: D1, 68 and 71. RGB value is (209,104,113). Sum of RGB (Red+Green+Blue) = 209+104+113=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D16871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16871 is #2E978E. Grayscale: #888888. Windows color (decimal): -3053455 or 7432401. OLE color: 7432401.

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

Color convert

RGB 209 104 113 -
CMYK 0 0.50 0.46 0.18
HSL 354.86º 0.53% 0.61% -
HSV(B) 354.86º 0.5% 0.82% -
XYZ 34.23 24.65 18.58 -
YUV 136.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 209 104 113 0 0.50 0.46 0.18 354.86 0.53 0.61
Hex D1 68 71 0 32 2E 12 163 35 3D
Octal 321 150 161 0 62 56 22 543 65 75
Binary 11010001 1101000 1110001 0 110010 101110 10010 101100011 110101 111101

Color Harmonies of #D16871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16871

Black with #D16871

Text Example


Text Example

White with #D16871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16871; }

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

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

background-color css

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

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

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

border-color css

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

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

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