Html Css Color HEX #D8767C Froly

📋 copy color: '#D8767C'

red 216 ◦ green 118 ◦ blue 124

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

Shades of Froly #D8767C

Tints of Froly #D8767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 47.16%
G = 25.76%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8767C (or 0xD8767C) is known color: Froly. HEX triplet: D8, 76 and 7C. RGB value is (216,118,124). Sum of RGB (Red+Green+Blue) = 216+118+124=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8767C is #278983. Grayscale: #949494. Windows color (decimal): -2591108 or 8156888. OLE color: 8156888.

HSL color Cylindrical-coordinate representation of color #D8767C: hue angle of 356.33º 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 #D8767C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 118 124 -
CMYK 0 0.45 0.43 0.15
HSL 356.33º 0.56% 0.65% -
HSV(B) 356.33º 0.45% 0.85% -
XYZ 38.44 29.01 22.64 -
YUV 147.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 216 118 124 0 0.45 0.43 0.15 356.33 0.56 0.65
Hex D8 76 7C 0 2D 2B F 164 38 41
Octal 330 166 174 0 55 53 17 544 70 101
Binary 11011000 1110110 1111100 0 101101 101011 1111 101100100 111000 1000001

Color Harmonies of #D8767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8767C

Black with #D8767C

Text Example


Text Example

White with #D8767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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