Html Css Color HEX #D76E6F Froly

📋 copy color: '#D76E6F'

red 215 ◦ green 110 ◦ blue 111

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

Shades of Froly #D76E6F

Tints of Froly #D76E6F

RGB

 RED value IS 215 (84.38% from 255) = 49.31%

 GREEN value IS 110 (43.36% from 255) = 25.23%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 49.31%
G = 25.23%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D76E6F (or 0xD76E6F) is known color: Froly. HEX triplet: D7, 6E and 6F. RGB value is (215,110,111). Sum of RGB (Red+Green+Blue) = 215+110+111=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E6F is #289190. Grayscale: #8D8D8D. Windows color (decimal): -2658705 or 7302871. OLE color: 7302871.

HSL color Cylindrical-coordinate representation of color #D76E6F: hue angle of 359.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E6F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 111 -
CMYK 0 0.49 0.48 0.16
HSL 359.43º 0.57% 0.64% -
HSV(B) 359.43º 0.49% 0.84% -
XYZ 36.47 26.75 18.28 -
YUV 141.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 215 110 111 0 0.49 0.48 0.16 359.43 0.57 0.64
Hex D7 6E 6F 0 31 30 10 167 39 40
Octal 327 156 157 0 61 60 20 547 71 100
Binary 11010111 1101110 1101111 0 110001 110000 10000 101100111 111001 1000000

Color Harmonies of #D76E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E6F

Black with #D76E6F

Text Example


Text Example

White with #D76E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E6F; }

 p { color: rgb(215,110,111); }

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

background-color css

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

 a { background-color: rgb(215,110,111); }

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

border-color css

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

 span { border-color: rgb(215,110,111); }

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