Html Css Color HEX #D86176 Froly

📋 copy color: '#D86176'

red 216 ◦ green 97 ◦ blue 118

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

Shades of Froly #D86176

Tints of Froly #D86176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 50.12%
G = 22.51%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86176 (or 0xD86176) is known color: Froly. HEX triplet: D8, 61 and 76. RGB value is (216,97,118). Sum of RGB (Red+Green+Blue) = 216+97+118=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86176 is #279E89. Grayscale: #878787. Windows color (decimal): -2596490 or 7758296. OLE color: 7758296.

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

Color convert

RGB 216 97 118 -
CMYK 0 0.55 0.45 0.15
HSL 349.41º 0.6% 0.61% -
HSV(B) 349.41º 0.55% 0.85% -
XYZ 35.86 24.46 19.97 -
YUV 134.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 216 97 118 0 0.55 0.45 0.15 349.41 0.6 0.61
Hex D8 61 76 0 37 2D F 15D 3C 3D
Octal 330 141 166 0 67 55 17 535 74 75
Binary 11011000 1100001 1110110 0 110111 101101 1111 101011101 111100 111101

Color Harmonies of #D86176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86176

Black with #D86176

Text Example


Text Example

White with #D86176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86176; }

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

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

background-color css

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

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

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

border-color css

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

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

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