Html Css Color HEX #D8767F Froly

📋 copy color: '#D8767F'

red 216 ◦ green 118 ◦ blue 127

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

Shades of Froly #D8767F

Tints of Froly #D8767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 46.85%
G = 25.6%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8767F (or 0xD8767F) is known color: Froly. HEX triplet: D8, 76 and 7F. RGB value is (216,118,127). Sum of RGB (Red+Green+Blue) = 216+118+127=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8767F is #278980. Grayscale: #949494. Windows color (decimal): -2591105 or 8353496. OLE color: 8353496.

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

Color convert

RGB 216 118 127 -
CMYK 0 0.45 0.41 0.15
HSL 354.49º 0.56% 0.65% -
HSV(B) 354.49º 0.45% 0.85% -
XYZ 38.63 29.09 23.66 -
YUV 148.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 216 118 127 0 0.45 0.41 0.15 354.49 0.56 0.65
Hex D8 76 7F 0 2D 29 F 162 38 41
Octal 330 166 177 0 55 51 17 542 70 101
Binary 11011000 1110110 1111111 0 101101 101001 1111 101100010 111000 1000001

Color Harmonies of #D8767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8767F

Black with #D8767F

Text Example


Text Example

White with #D8767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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