Html Css Color HEX #D87F80 Froly

📋 copy color: '#D87F80'

red 216 ◦ green 127 ◦ blue 128

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

Shades of Froly #D87F80

Tints of Froly #D87F80

RGB

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

 GREEN value IS 127 (50% from 255) = 26.96%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 45.86%
G = 26.96%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D87F80 (or 0xD87F80) is known color: Froly. HEX triplet: D8, 7F and 80. RGB value is (216,127,128). Sum of RGB (Red+Green+Blue) = 216+127+128=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F80 is #27807F. Grayscale: #999999. Windows color (decimal): -2588800 or 8421336. OLE color: 8421336.

HSL color Cylindrical-coordinate representation of color #D87F80: hue angle of 359.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87F80 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 128 -
CMYK 0 0.41 0.41 0.15
HSL 359.33º 0.53% 0.67% -
HSV(B) 359.33º 0.41% 0.85% -
XYZ 39.8 31.34 24.37 -
YUV 153.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 216 127 128 0 0.41 0.41 0.15 359.33 0.53 0.67
Hex D8 7F 80 0 29 29 F 167 35 43
Octal 330 177 200 0 51 51 17 547 65 103
Binary 11011000 1111111 10000000 0 101001 101001 1111 101100111 110101 1000011

Color Harmonies of #D87F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F80

Black with #D87F80

Text Example


Text Example

White with #D87F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F80; }

 p { color: rgb(216,127,128); }

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

background-color css

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

 a { background-color: rgb(216,127,128); }

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

border-color css

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

 span { border-color: rgb(216,127,128); }

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