Html Css Color HEX #D9787F Froly

📋 copy color: '#D9787F'

red 217 ◦ green 120 ◦ blue 127

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

Shades of Froly #D9787F

Tints of Froly #D9787F

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

 GREEN value IS 120 (47.27% from 255) = 25.86%

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

R = 46.77%
G = 25.86%
B = 27.37%

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

#D9787F (or 0xD9787F) is known color: Froly. HEX triplet: D9, 78 and 7F. RGB value is (217,120,127). Sum of RGB (Red+Green+Blue) = 217+120+127=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9787F is #268780. Grayscale: #959595. Windows color (decimal): -2525057 or 8354009. OLE color: 8354009.

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

Color convert

RGB 217 120 127 -
CMYK 0 0.45 0.41 0.15
HSL 355.67º 0.56% 0.66% -
HSV(B) 355.67º 0.45% 0.85% -
XYZ 39.16 29.72 23.75 -
YUV 149.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 217 120 127 0 0.45 0.41 0.15 355.67 0.56 0.66
Hex D9 78 7F 0 2D 29 F 164 38 42
Octal 331 170 177 0 55 51 17 544 70 102
Binary 11011001 1111000 1111111 0 101101 101001 1111 101100100 111000 1000010

Color Harmonies of #D9787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9787F

Black with #D9787F

Text Example


Text Example

White with #D9787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9787F; }

 p { color: rgb(217,120,127); }

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

background-color css

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

 a { background-color: rgb(217,120,127); }

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

border-color css

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

 span { border-color: rgb(217,120,127); }

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