Html Css Color HEX #D87176 Froly

📋 copy color: '#D87176'

red 216 ◦ green 113 ◦ blue 118

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

Shades of Froly #D87176

Tints of Froly #D87176

RGB

 RED value IS 216 (84.77% from 255) = 48.32%

 GREEN value IS 113 (44.53% from 255) = 25.28%

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 48.32%
G = 25.28%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D87176 (or 0xD87176) is known color: Froly. HEX triplet: D8, 71 and 76. RGB value is (216,113,118). Sum of RGB (Red+Green+Blue) = 216+113+118=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87176 is #278E89. Grayscale: #909090. Windows color (decimal): -2592394 or 7762392. OLE color: 7762392.

HSL color Cylindrical-coordinate representation of color #D87176: hue angle of 357.09º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87176 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 118 -
CMYK 0 0.48 0.45 0.15
HSL 357.09º 0.57% 0.65% -
HSV(B) 357.09º 0.48% 0.85% -
XYZ 37.49 27.72 20.51 -
YUV 144.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 216 113 118 0 0.48 0.45 0.15 357.09 0.57 0.65
Hex D8 71 76 0 30 2D F 165 39 41
Octal 330 161 166 0 60 55 17 545 71 101
Binary 11011000 1110001 1110110 0 110000 101101 1111 101100101 111001 1000001

Color Harmonies of #D87176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87176

Black with #D87176

Text Example


Text Example

White with #D87176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87176; }

 p { color: rgb(216,113,118); }

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

background-color css

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

 a { background-color: rgb(216,113,118); }

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

border-color css

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

 span { border-color: rgb(216,113,118); }

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