Html Css Color HEX #D9787E Froly

📋 copy color: '#D9787E'

red 217 ◦ green 120 ◦ blue 126

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

Shades of Froly #D9787E

Tints of Froly #D9787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 46.87%
G = 25.92%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9787E (or 0xD9787E) is known color: Froly. HEX triplet: D9, 78 and 7E. RGB value is (217,120,126). Sum of RGB (Red+Green+Blue) = 217+120+126=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9787E is #268781. Grayscale: #959595. Windows color (decimal): -2525058 or 8288473. OLE color: 8288473.

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

Color convert

RGB 217 120 126 -
CMYK 0 0.45 0.42 0.15
HSL 356.29º 0.56% 0.66% -
HSV(B) 356.29º 0.45% 0.85% -
XYZ 39.1 29.69 23.41 -
YUV 149.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 217 120 126 0 0.45 0.42 0.15 356.29 0.56 0.66
Hex D9 78 7E 0 2D 2A F 164 38 42
Octal 331 170 176 0 55 52 17 544 70 102
Binary 11011001 1111000 1111110 0 101101 101010 1111 101100100 111000 1000010

Color Harmonies of #D9787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9787E

Black with #D9787E

Text Example


Text Example

White with #D9787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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